 | PdfiumFPDFFormField_GetFlags Method |
Get field flags
Namespace: Patagames.PdfAssembly: Patagames.Pdf (in Patagames.Pdf.dll) Version: 4.94.2704
Syntaxpublic static FieldFlags FPDFFormField_GetFlags(
IntPtr frmField
)
Public Shared Function FPDFFormField_GetFlags (
frmField As IntPtr
) As FieldFlags
public:
static FieldFlags FPDFFormField_GetFlags(
IntPtr frmField
)
static member FPDFFormField_GetFlags :
frmField : IntPtr -> FieldFlags
public static FieldFlags FPDFFormField_GetFlags(
IntPtr frmField
)
Patagames.Pdf.Pdfium.FPDFFormField_GetFlags = function(frmField);
Parameters
- frmField IntPtr
- Handle to field. Returned by FPDFInterForm_GetField(IntPtr, Int32, String) function./
Return Value
FieldFlagsField's flags specifying various characteristics of the field.
See Also