Click or drag to resize

PdfiumFPDFFormField_GetControlIndex Method

Gets control's index in specified field

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

Parameters

frmField  IntPtr
Handle to interactive forms. Returned by FORM_GetInterForm(IntPtr) function.
pControl  IntPtr
Handle to the control object

Return Value

Int32
Zero based index of a control in specified field or -1 if no any fields was found.
See Also