←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 fieldFlags) 
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 20.0.2020.4.3
Products | Support | Contact Us | Intellectual Property Notices
© 1991-2020 LEAD Technologies, Inc. All Rights Reserved.

Leadtools.Pdf Assembly