PrintDocument for WinForms
SystemInfo クラス メンバ
プロパティ  メソッド 


C1.PrintDocument.6 アセンブリ > C1.C1Preview 名前空間 : SystemInfo クラス

SystemInfoデータ型で公開されるメンバを以下の表に示します。

パブリック コンストラクタ
 名前解説
Public コンストラクタInitializes 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.  
トップ
パブリック プロパティ
 名前解説
Public プロパティGets the assembly version of the assembly containing the C1PrintDocument class.  
Public プロパティGets the current culture.  
Public プロパティGets a string representing the format version used to serialize a C1PrintDocument. Format versions are backward-compatible, but not necessarily forward-compatible.  
Public プロパティGets the logical horizontal resolution (DPI) of the screen.  
Public プロパティGets the logical vertical resolution (DPI) of the screen.  
Public プロパティGets the measurement device as returned by C1PrintDocument.MeasurementDevice.  
Public プロパティGets the SystemInfo.MeasurementPrinterName if SystemInfo.MeasurementDevice is a printer, or the word "Screen" if it is the screen.  
Public プロパティGets the measurement resolution as returned by C1PrintDocument.MeasurementDpi.  
Public プロパティGets the measurement printer name as returned by C1PrintDocument.MeasurementPrinterName.  
Public プロパティGets the OS version as returned by System.OperatingSystem.VersionString.  
Public プロパティGets the physical horizontal resolution (DPI) of the screen.  
Public プロパティGets the physical vertical resolution (DPI) of the screen.  
Public プロパティGets the bounds of the screen as returned by System.Windows.Forms.Screen.Bounds.  
Public プロパティGets the number of system screens.  
トップ
パブリック メソッド
 名前解説
Public メソッドUpdates the properties of the current SystemInfo object with the current system info data.  
トップ
参照

SystemInfo クラス
C1.C1Preview 名前空間