Click or drag to resize

PdfiumFPDFCROSSREF_GetCount Method

Gets the number of elements contained in the cross-reference table

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

Parameters

document  IntPtr
Handle to pdf document

Return Value

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