XForm Constructor (PdfDocument, XUnit, XUnit)Terminal Works - PDF Printing.Net Library
Initializes a new instance of the XForm class that represents a page of a PDF document.

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

public XForm(
	PdfDocument document,
	XUnit width,
	XUnit height
)

Parameters

document
Type: PdfEdit.PdfPdfDocument
The PDF document.
width
Type: PdfEdit.DrawingXUnit
The width of the page.
height
Type: PdfEdit.DrawingXUnit
The height of the page
See Also

Reference