Other flags associated with the field.
public long FieldFlags {get; set;}
'Declaration
Public Property FieldFlags As Long
'Usage
Dim instance As PDFFormField
Dim value As Long
instance.FieldFlags = value
value = instance.FieldFlags
public long getFieldFlags()
public void setFieldFlags(long fieldFlags)
public:
property int64 FieldFlags {
int64 get();
void set ( int64 value);
}
Property Value
Other flags associated with the field. In most cases, this is one of the
FieldFlagsXYZ constant values defined in
PDFFormField. The default value is 0.