Click or drag to resize

PdfiumFPDFFormField_CountControls Method

Get total number of controls in a specified field

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

Parameters

frmField  IntPtr
Handle to interactive forms. Returned by FORM_GetInterForm(IntPtr) function.

Return Value

Int32
Total number of controls in the field.
See Also