Click or drag to resize

PdfiumFPDFHOLDER_ToPdfDocument Method

Gets the PDF document from specified list of indirect objects.

Namespace: Patagames.Pdf
Assembly: Patagames.Pdf (in Patagames.Pdf.dll) Version: 4.94.2704
Syntax
public static IntPtr FPDFHOLDER_ToPdfDocument(
	IntPtr objList
)

Parameters

objList  IntPtr
Handle to a list of indirect objects.

Return Value

IntPtr
Handle to the PDF document or IntPtr.Zero if any error is occured.
See Also