Click or drag to resize

PdfiumFPDFCROSSREF_GetItem Method

Gets the item from iterator

Namespace: Patagames.Pdf
Assembly: Patagames.Pdf (in Patagames.Pdf.dll) Version: 4.94.2704
Syntax
public static bool FPDFCROSSREF_GetItem(
	IntPtr iterator,
	out int objNum,
	out int position,
	out int type,
	out int gennum
)

Parameters

iterator  IntPtr
Handle to iterator retrived by FPDFCROSSREF_GetItemIterator(IntPtr)\
objNum  Int32
Object number
position  Int32
Position in PDF body in bytes
type  Int32
Type
gennum  Int32
Generation number

Return Value

Boolean
True if the item was retrieved or false if no more items or eny error has occured.
See Also