←Select platform

FieldFlags Property

Summary

Other flags associated with the field.

Syntax

C#
VB
Java
C++
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 19.0.2017.10.27
Products | Support | Contact Us | Copyright Notices
© 1991-2017 LEAD Technologies, Inc. All Rights Reserved.

Leadtools.Pdf Assembly