Click or drag to resize

PdfDocumentFromHandle Method

Crreate an instance of PdfDocument class from handle.

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

Parameters

Handle  IntPtr
Handle to Pdf Document
forms  PdfForms  (Optional)
Instance of PdfForms class that will be associated with loaded document

Return Value

PdfDocument
Instance of PDFDocument class
See Also