XForm Constructor (PdfDocument, XSize)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.2.1.0 (5.2.1.0)
Syntax

public XForm(
	PdfDocument document,
	XSize size
)

Parameters

document
Type: PdfEdit.PdfPdfDocument
The PDF document.
size
Type: PdfEdit.DrawingXSize
The size of the page.
See Also

Reference