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