C1.C1Preview Namespace : SystemInfo Class |
For a list of all members of this type, see SystemInfo members.
Name | Description | |
---|---|---|
![]() | AssemblyVersion | Gets the assembly version of the assembly containing the C1PrintDocument class. |
![]() | Culture | Gets the current culture. |
![]() | DocumentFormatVersion | Gets a string representing the format version used to serialize a C1PrintDocument. Format versions are backward-compatible, but not necessarily forward-compatible. |
![]() | LogicalDpiX | Gets the logical horizontal resolution (DPI) of the screen. |
![]() | LogicalDpiY | Gets the logical vertical resolution (DPI) of the screen. |
![]() | MeasurementDevice | Gets the measurement device as returned by C1PrintDocument.MeasurementDevice. |
![]() | MeasurementDeviceDescription | Gets the SystemInfo.MeasurementPrinterName if SystemInfo.MeasurementDevice is a printer, or the word "Screen" if it is the screen. |
![]() | MeasurementDpi | Gets the measurement resolution as returned by C1PrintDocument.MeasurementDpi. |
![]() | MeasurementPrinterName | Gets the measurement printer name as returned by C1PrintDocument.MeasurementPrinterName. |
![]() | OSVersion | Gets the OS version as returned by System.OperatingSystem.VersionString. |
![]() | PhysicalDpiX | Gets the physical horizontal resolution (DPI) of the screen. |
![]() | PhysicalDpiY | Gets the physical vertical resolution (DPI) of the screen. |
![]() | PrimaryScreenBounds | Gets the bounds of the screen as returned by System.Windows.Forms.Screen.Bounds. |
![]() | ScreenCount | Gets the number of system screens. |