PrintDocument for WinForms
CreationDpi プロパティ (C1PrintDocument)


C1.PrintDocument.6 アセンブリ > C1.C1Preview 名前空間 > C1PrintDocument クラス : CreationDpi プロパティ
Gets or sets the resolution (DPI) used when generating the document.

Note that if C1PrintDocument.ResolvedUnit is UnitTypeEnum.Pixel, this is also the resolution of ResolvedUnit pixels.

シンタックス
'宣言
 
Public Property CreationDpi As System.Single
'使用法
 
Dim instance As C1PrintDocument
Dim value As System.Single
 
instance.CreationDpi = value
 
value = instance.CreationDpi
public System.float CreationDpi {get; set;}
参照

C1PrintDocument クラス
C1PrintDocument メンバ
CreationDevice プロパティ
CreationPrinterName プロパティ
CreationGraphics プロパティ
ActualCreationPrinterName プロパティ
ActualCreationDevice プロパティ