Click or drag to resize

PdfiumFPDFInterForm_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 FPDFInterForm_CountControls(
	IntPtr interForm,
	string csFieldName = null
)

Parameters

interForm  IntPtr
Handle to interactive forms. Returned by FORM_GetInterForm(IntPtr) function.
csFieldName  String  (Optional)
The name of the field in the hierarchy of fields.

Return Value

Int32
Total number of controls in the field.
See Also