C1.WPF.PrintDocument.4.6.2 Assembly / C1.C1Preview Namespace / C1PrintDocument Class / MeasurementDevice Property

In This Topic
MeasurementDevice Property (C1PrintDocument)
In This Topic
Gets or sets the type of device used to provide System.Drawing.Graphics used to measure/calculate layouts of C1PrintDocument objects. If this property is set to MeasurementDeviceEnum.Printer, MeasurementPrinterName specifies the printer.
Syntax
'Declaration
 
Public Shared Property MeasurementDevice As MeasurementDeviceEnum
 
See Also