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