 | PdfiumFPDFFormControl_GetField Method |
Get field associated with specified control.
Namespace: Patagames.PdfAssembly: Patagames.Pdf (in Patagames.Pdf.dll) Version: 4.94.2704
Syntaxpublic static IntPtr FPDFFormControl_GetField(
IntPtr frmControl
)
Public Shared Function FPDFFormControl_GetField (
frmControl As IntPtr
) As IntPtr
public:
static IntPtr FPDFFormControl_GetField(
IntPtr frmControl
)
static member FPDFFormControl_GetField :
frmControl : IntPtr -> IntPtr
public static IntPtr FPDFFormControl_GetField(
IntPtr frmControl
)
Patagames.Pdf.Pdfium.FPDFFormControl_GetField = function(frmControl);
Parameters
- frmControl IntPtr
- Handle to the Control object. Returned by FPDFInterForm_GetControl(IntPtr, Int32, String) function.
Return Value
IntPtrField associated with specified control.
See Also