Click or drag to resize

PdfiumFPDFHOLDER_FromPdfDocument Method

Gets the list of indirect objects from specified PDF document

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

Parameters

pdf_doc  IntPtr
Handle to a PDF document

Return Value

IntPtr
Handle to the list of Indirect objects or IntPtr.Zero if any error is occured.
See Also