←Select platform

FieldFlags Property

Summary
Other flags associated with the field.
Syntax
C#
VB
C++
Java
public long FieldFlags { get; set; } 
Public Property FieldFlags As Long 
public long getFieldFlags(); 
public void setFieldFlags( 
   long longValue 
); 
public: 
property int64 FieldFlags { 
   int64 get(); 
   void set (    int64 ); 
} 

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.

Requirements

Target Platforms

Help Version 21.0.2021.7.6
Products | Support | Contact Us | Intellectual Property Notices
© 1991-2021 LEAD Technologies, Inc. All Rights Reserved.

Leadtools.Pdf Assembly

Products | Support | Contact Us | Intellectual Property Notices
© 1991-2021 LEAD Technologies, Inc. All Rights Reserved.