View flags associated with the field.
public long ViewFlags {get; set;}
'Declaration
Public Property ViewFlags As Long
'Usage
Dim instance As PDFFormField
Dim value As Long
instance.ViewFlags = value
value = instance.ViewFlags
public long getViewFlags()
public void setViewFlags(long viewFlags)
public:
property int64 ViewFlags {
int64 get();
void set ( int64 value);
}
Property Value
View flags associated with the field. In most cases, this is one of the
ViewFlagsXYZ constant values defined in
PDFFormField. The default value is 0.