Gets or sets the name of the printer used to provide System.Drawing.Graphics used to measure/calculate layouts of document objects, when used GDI/GDI+ functions. This property is only used if
C1Document.MeasurementDevice is set to
MeasurementDevice.Printer.
シンタックス
'宣言
Public Property MeasurementPrinterName As System.String
'使用法
Dim instance As C1Document
Dim value As System.String
instance.MeasurementPrinterName = value
value = instance.MeasurementPrinterName
public System.string MeasurementPrinterName {get; set;}
参照