 | PdfiumFPDFFormField_GetControlIndex Method |
Gets control's index in specified field
Namespace: Patagames.PdfAssembly: Patagames.Pdf (in Patagames.Pdf.dll) Version: 4.94.2704
Syntaxpublic static int FPDFFormField_GetControlIndex(
IntPtr frmField,
IntPtr pControl
)
Public Shared Function FPDFFormField_GetControlIndex (
frmField As IntPtr,
pControl As IntPtr
) As Integer
public:
static int FPDFFormField_GetControlIndex(
IntPtr frmField,
IntPtr pControl
)
static member FPDFFormField_GetControlIndex :
frmField : IntPtr *
pControl : IntPtr -> int
public static int FPDFFormField_GetControlIndex(
IntPtr frmField,
IntPtr pControl
)
Patagames.Pdf.Pdfium.FPDFFormField_GetControlIndex = function(frmField, pControl);
Parameters
- frmField IntPtr
- Handle to interactive forms. Returned by FORM_GetInterForm(IntPtr) function.
- pControl IntPtr
- Handle to the control object
Return Value
Int32Zero based index of a control in specified field or -1 if no any fields was found.
See Also