PrintDocument for WinForms | ComponentOne
C1.PrintDocument.4.5.2 Assembly / C1.C1Preview Namespace / C1PrintDocument Class / MeasurementGraphics Property

In This Topic
    MeasurementGraphics Property (C1PrintDocument)
    In This Topic
    Gets the System.Drawing.Graphics object used to measure/calculate layouts of C1PrintDocument objects.
    Syntax
    'Declaration
     
    Public Shared ReadOnly Property MeasurementGraphics As Graphics
    public static Graphics MeasurementGraphics {get;}
    See Also