XForm Constructor (XGraphics, XUnit, XUnit)Terminal Works - PDF Printing.Net Library
Initializes a new instance of the XForm class such that it can be drawn on the specified graphics object.

Namespace: PdfEdit.Drawing
Assembly: PdfPrintingNet (in PdfPrintingNet.dll) Version: 5.2.1.0 (5.2.1.0)
Syntax

public XForm(
	XGraphics gfx,
	XUnit width,
	XUnit height
)

Parameters

gfx
Type: PdfEdit.DrawingXGraphics
The graphics object that later is used to draw this form.
width
Type: PdfEdit.DrawingXUnit
The width of the form.
height
Type: PdfEdit.DrawingXUnit
The height of the form.
See Also

Reference