 | PdfiumFPDFHOLDER_GetCount Method |
Gets the number of elements contained in the list
Namespace: Patagames.PdfAssembly: Patagames.Pdf (in Patagames.Pdf.dll) Version: 4.94.2704
Syntaxpublic static uint FPDFHOLDER_GetCount(
IntPtr objects_list
)
Public Shared Function FPDFHOLDER_GetCount (
objects_list As IntPtr
) As UInteger
public:
static unsigned int FPDFHOLDER_GetCount(
IntPtr objects_list
)
static member FPDFHOLDER_GetCount :
objects_list : IntPtr -> uint32
public static UInt32 FPDFHOLDER_GetCount(
IntPtr objects_list
)
Patagames.Pdf.Pdfium.FPDFHOLDER_GetCount = function(objects_list);
Parameters
- objects_list IntPtr
- List of indirect objects.
Return Value
UInt32The number of elements or Zero if any error has occured
See Also