Click or drag to resize

PdfDocumentFromHandle Method

Crreate an instance of PdfDocument class from handle.

Namespace:  Patagames.Pdf.Net
Assemblies:   Patagames.Pdf.Xamarin.iOS (in Patagames.Pdf.Xamarin.iOS.dll) Version: 4.81.2704
  Patagames.Pdf (in Patagames.Pdf.dll) Version: 4.81.2704
Syntax
public static PdfDocument FromHandle(
	IntPtr Handle,
	PdfForms forms = null
)

Parameters

Handle
Type: SystemIntPtr
Handle to Pdf Document
forms (Optional)
Type: Patagames.Pdf.NetPdfForms
Instance of PdfForms class that will be associated with loaded document

Return Value

Type: PdfDocument
Instance of PDFDocument class
See Also