Click or drag to resize

PdfiumFPDFHOLDER_GetItemIterator Method

Returns an iterator that iterates through a list.

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

Parameters

objects_list  IntPtr
List of indirect objects.

Return Value

IntPtr
Handle to the iterator, or IntPtr.Zero if any error has occured.
See Also