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


C1.PrintDocument.6 アセンブリ > C1.C1Preview 名前空間 > C1PrintDocument クラス : CreationPrinterName プロパティ
Gets or sets the name of the printer that is used to provide reference graphics when generating the document.

This property is only used if C1PrintDocument.CreationDevice is set to MeasurementDeviceEnum.Printer.

Set this property to null to select the reference printer automatically.

シンタックス
'宣言
 
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 プロパティ