PrintDocument for WinForms | ComponentOne
C1.PrintDocument.6 Assembly / C1.C1Preview Namespace / SystemInfo Class
Properties Methods


In This Topic
    SystemInfo Class Members
    In This Topic

    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 SystemInfo.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 C1PrintDocument.MeasurementDevice.  
    Public PropertyGets the SystemInfo.MeasurementPrinterName if SystemInfo.MeasurementDevice is a printer, or the word "Screen" if it is the screen.  
    Public PropertyGets the measurement resolution as returned by C1PrintDocument.MeasurementDpi.  
    Public PropertyGets the measurement printer name as returned by C1PrintDocument.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