Creates the measure context. This is a graphics context created only for querying measures of text.
Drawing on a measure context has no effect.
Namespace: PdfEdit.Drawing
Assembly: PdfPrintingNet (in PdfPrintingNet.dll) Version: 5.2.1.0 (5.2.1.0)
Syntax
public static XGraphics CreateMeasureContext( XSize size, XGraphicsUnit pageUnit, XPageDirection pageDirection )
Parameters
- size
- Type: PdfEdit.DrawingXSize
- pageUnit
- Type: PdfEdit.DrawingXGraphicsUnit
- pageDirection
- Type: PdfEdit.DrawingXPageDirection
Return Value
Type: XGraphicsSee Also