←Select platform

ViewFlags Property

Summary
View flags associated with the field.
Syntax
C#
VB
C++
Java
public long ViewFlags { get; set; } 
Public Property ViewFlags As Long 
public long getViewFlags(); 
public void setViewFlags( 
   long longValue 
); 
public: 
property int64 ViewFlags { 
   int64 get(); 
   void set (    int64 ); 
} 

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.

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.