Document Library for WinForms | ComponentOne
C1.Win.C1Document.4.5.2 Assembly / C1.Win.C1Document 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
    public MeasurementDevice MeasurementDevice {get; set;}
    See Also