 | PdfiumFPDFCROSSREF_GetCount Method |
Gets the number of elements contained in the cross-reference table
Namespace: Patagames.PdfAssembly: Patagames.Pdf (in Patagames.Pdf.dll) Version: 4.94.2704
Syntaxpublic static uint FPDFCROSSREF_GetCount(
IntPtr document
)
Public Shared Function FPDFCROSSREF_GetCount (
document As IntPtr
) As UInteger
public:
static unsigned int FPDFCROSSREF_GetCount(
IntPtr document
)
static member FPDFCROSSREF_GetCount :
document : IntPtr -> uint32
public static UInt32 FPDFCROSSREF_GetCount(
IntPtr document
)
Patagames.Pdf.Pdfium.FPDFCROSSREF_GetCount = function(document);
Parameters
- document IntPtr
- Handle to pdf document
Return Value
UInt32The number of elements or Zero if any error has occured
See Also