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


C1.PrintDocument.6 アセンブリ > C1.C1Preview 名前空間 > C1PrintDocument クラス : CreationGraphics プロパティ
Gets or sets the System.Drawing.Graphics object to use as reference when generating the report. This Graphics is used to calculate text sizes, measure RTF text, and so on.
シンタックス
'宣言
 
Public Property CreationGraphics As System.Drawing.Graphics
'使用法
 
Dim instance As C1PrintDocument
Dim value As System.Drawing.Graphics
 
instance.CreationGraphics = value
 
value = instance.CreationGraphics
public System.Drawing.Graphics CreationGraphics {get; set;}
参照

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