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


C1.PrintDocument.4.5.2 アセンブリ > C1.C1Preview 名前空間 > C1PrintDocument クラス : ActualCreationPrinterName プロパティ
ドキュメントの生成に使用された実際の測定プリンタの名前を取得します。これは、 CreationPrinterNameで指定された名前と異なることができます(該当するプリンタがないシステム上でレポートがレンダリングされた場合など)。
シンタックス
'宣言
 
Public ReadOnly Property ActualCreationPrinterName As System.String
'使用法
 
Dim instance As C1PrintDocument
Dim value As System.String
 
value = instance.ActualCreationPrinterName
public System.string ActualCreationPrinterName {get;}
参照

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