Click or drag to resize

PdfiumFPDFHOLDER_GetLastObjNum Method

Gets the number of the last object in the list.

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

Parameters

objects_list  IntPtr
List of indirect objects.

Return Value

Int32
The number of the last object in the list.
See Also