Document Library for WPF | ComponentOne
C1.WPF.Document.4.6.2 Assembly / C1.WPF.Document Namespace / C1Document Class / MeasurementDevice Property

In This Topic
    MeasurementDevice Property
    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
    public MeasurementDevice MeasurementDevice {get; set;}
    See Also