Click or drag to resize

PdfiumFPDFFormContent_CountObjects Method

Get number of page objects in this content object

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

Parameters

contentObject  IntPtr
Handle to form object returned by FPDFFormObj_GetFormContent(IntPtr)

Return Value

Int32
number of page objects or -1 if any error occurs
See Also