Click or drag to resize

PdfiumFPDFCROSSREF_GetItemIterator Method

Returns an iterator that iterates through a cross-reference table.

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

Parameters

document  IntPtr
Handle to pdf document

Return Value

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