FlexReport for WinForms | ComponentOne
C1.Win.FlexReport.4.5.2 Assembly / C1.Win.FlexReport Namespace / C1FlexReport Class / MeasurementDevice Property

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