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


C1.PrintDocument.6 アセンブリ > C1.C1Preview 名前空間 > C1PrintDocument クラス : ActualCreationPrinterName プロパティ
Gets the name of the actual measurement printer which was used to generate the document. This can differ from the name specified by C1PrintDocument.CreationPrinterName, for example if the report was rendered on a system with no such printer.
シンタックス
'宣言
 
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 プロパティ