 | PdfiumFPDFFormField_GetControl Method |
Gets control specified by a index for specified field
Namespace: Patagames.PdfAssembly: Patagames.Pdf (in Patagames.Pdf.dll) Version: 4.94.2704
Syntaxpublic static IntPtr FPDFFormField_GetControl(
IntPtr frmField,
int index
)
Public Shared Function FPDFFormField_GetControl (
frmField As IntPtr,
index As Integer
) As IntPtr
public:
static IntPtr FPDFFormField_GetControl(
IntPtr frmField,
int index
)
static member FPDFFormField_GetControl :
frmField : IntPtr *
index : int -> IntPtr
public static IntPtr FPDFFormField_GetControl(
IntPtr frmField,
int index
)
Patagames.Pdf.Pdfium.FPDFFormField_GetControl = function(frmField, index);
Parameters
- frmField IntPtr
- Handle to interactive forms. Returned by FORM_GetInterForm(IntPtr) function.
- index Int32
- Index of Control ranging from 0 to FPDFInterForm_CountControls(IntPtr, String)
Return Value
IntPtrHandle to the Control object.
See Also