XForm Constructor (XGraphics, XSize)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.1.1.0 (5.1.1.0)
Syntax

public XForm(
	XGraphics gfx,
	XSize size
)

Parameters

gfx
Type: PdfEdit.DrawingXGraphics
The graphics object that later is used to draw this form.
size
Type: PdfEdit.DrawingXSize
The size in points of the form.
See Also

Reference