C1.WPF.Document.4.6.2 Assembly / C1.WPF.Document Namespace / C1Document Class / MeasurementDevice Property

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