Click or drag to resize

PdfDocumentCreateNew Method

Create a new PDF document.

Namespace: Patagames.Pdf.Net
Assembly: Patagames.Pdf (in Patagames.Pdf.dll) Version: 4.89.2704
Syntax
public static PdfDocument CreateNew(
	PdfForms forms = null
)

Parameters

forms  PdfForms  (Optional)
Instance of PdfForms class that will be associated with document

Return Value

PdfDocument
A instance of PDFDocument class represented a new PDF document. If failed, null is returned
See Also