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


C1.PrintDocument.4.5.2 アセンブリ > C1.C1Preview 名前空間 > C1PrintDocument クラス : CreationPrinterName プロパティ
ドキュメントの生成時に参照グラフィックスの提供に使用される プリンタの名前を取得または設定します。

このプロパティは CreationDeviceMeasurementDeviceEnum.Printerに設定した場合にのみ使用されます。

このプロパティを null設定すると、参照プリンタを自動的に選択します。

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

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