 | PdfiumFPDFInterForm_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 FPDFInterForm_GetControl(
IntPtr interForm,
int index,
string csFieldName
)
Public Shared Function FPDFInterForm_GetControl (
interForm As IntPtr,
index As Integer,
csFieldName As String
) As IntPtr
public:
static IntPtr FPDFInterForm_GetControl(
IntPtr interForm,
int index,
String^ csFieldName
)
static member FPDFInterForm_GetControl :
interForm : IntPtr *
index : int *
csFieldName : string -> IntPtr
public static IntPtr FPDFInterForm_GetControl(
IntPtr interForm,
int index,
String csFieldName
)
Patagames.Pdf.Pdfium.FPDFInterForm_GetControl = function(interForm, index, csFieldName);
Parameters
- interForm IntPtr
- Handle to interactive forms. Returned by FORM_GetInterForm(IntPtr) function.
- index Int32
- Index of Control ranging from 0 to FPDFInterForm_CountControls(IntPtr, String)
- csFieldName String
- The name of the field in the hierarchy of fields.
Return Value
IntPtrThe Control object.
See Also