Click or drag to resize

PdfiumFPDFHOLDER_GetIndirectObject Method

Gets an inderect object from objects list.

Namespace: Patagames.Pdf
Assembly: Patagames.Pdf (in Patagames.Pdf.dll) Version: 4.94.2704
Syntax
public static IntPtr FPDFHOLDER_GetIndirectObject(
	IntPtr objects_list,
	int objnum
)

Parameters

objects_list  IntPtr
List of indirect objects
objnum  Int32
Object's number

Return Value

IntPtr
Hanle to the inderect objects or IntPtr.Zero if any error is occurred.
See Also