 | PdfiumFPDFFormField_GetType Method |
Get the type of field
Namespace: Patagames.PdfAssembly: Patagames.Pdf (in Patagames.Pdf.dll) Version: 4.94.2704
Syntaxpublic static FormFieldTypesEx FPDFFormField_GetType(
IntPtr frmField
)
Public Shared Function FPDFFormField_GetType (
frmField As IntPtr
) As FormFieldTypesEx
public:
static FormFieldTypesEx FPDFFormField_GetType(
IntPtr frmField
)
static member FPDFFormField_GetType :
frmField : IntPtr -> FormFieldTypesEx
public static FormFieldTypesEx FPDFFormField_GetType(
IntPtr frmField
)
Patagames.Pdf.Pdfium.FPDFFormField_GetType = function(frmField);
Parameters
- frmField IntPtr
- Handle to field. Returned by FPDFInterForm_GetField(IntPtr, Int32, String) function./
Return Value
FormFieldTypesExField type
See Also