C1.WPF.PrintDocument.4.6.2 Assembly / C1.C1Preview Namespace / SystemInfo Class
Properties Methods


SystemInfo Class Members

The following tables list the members exposed by SystemInfo.

Public Constructors
 NameDescription
Public ConstructorInitializes a new instance of the SystemInfo class. Note that the property values are not updated by this constructor, the Initialize method should be used to actually fill the current object with system info data.  
Top
Public Properties
 NameDescription
Public PropertyGets the assembly version of the assembly containing the C1PrintDocument class.  
Public PropertyGets the current culture.  
Public PropertyGets a string representing the format version used to serialize a C1PrintDocument. Format versions are backward-compatible, but not necessarily forward-compatible.  
Public PropertyGets the logical horizontal resolution (DPI) of the screen.  
Public PropertyGets the logical vertical resolution (DPI) of the screen.  
Public PropertyGets the measurement device as returned by MeasurementDevice.  
Public PropertyGets the MeasurementPrinterName if MeasurementDevice is a printer, or the word "Screen" if it is the screen.  
Public PropertyGets the measurement resolution as returned by MeasurementDpi.  
Public PropertyGets the measurement printer name as returned by MeasurementPrinterName.  
Public PropertyGets the OS version as returned by System.OperatingSystem.VersionString.  
Public PropertyGets the physical horizontal resolution (DPI) of the screen.  
Public PropertyGets the physical vertical resolution (DPI) of the screen.  
Public PropertyGets the bounds of the screen as returned by System.Windows.Forms.Screen.Bounds.  
Public PropertyGets the number of system screens.  
Top
Public Methods
 NameDescription
Public MethodUpdates the properties of the current SystemInfo object with the current system info data.  
Top
See Also