Click or drag to resize

PdfiumFPDFHOLDER_GetCount Method

Gets the number of elements contained in the list

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

Parameters

objects_list  IntPtr
List of indirect objects.

Return Value

UInt32
The number of elements or Zero if any error has occured
See Also