True DBGrid for WinForms
MeasurementDevice プロパティ (PrintInfo)

C1.Win.C1TrueDBGrid.4.5.2 アセンブリ > C1.Win.C1TrueDBGrid 名前空間 > PrintInfo クラス : MeasurementDevice プロパティ
Gets or sets the type of device that is used to provide reference graphics when generating the document. If this property is set to PrintInfo.MeasurementDeviceEnum.Printer, MeasurementPrinterName specifies the printer.
シンタックス
'宣言
 
Public Property MeasurementDevice As PrintInfo.MeasurementDeviceEnum
public PrintInfo.MeasurementDeviceEnum MeasurementDevice {get; set;}
解説

Normally all installed printers would be scanned to obtain a high-resolution reference System.Drawing.Graphics object. In order to bypass this process, set this property to PrintInfo.MeasurementDeviceEnum.Screen. In some cases this may increase rendering speed at the cost of some loss in layout accuracy.

参照

PrintInfo クラス
PrintInfo メンバ
MeasurementPrinterName プロパティ