XForm Constructor (PdfDocument, XRect)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,
	XRect viewBox
)

Parameters

document
Type: PdfEdit.PdfPdfDocument
The PDF document.
viewBox
Type: PdfEdit.DrawingXRect
The view box of the page.
See Also

Reference