←Select platform

ViewFlags Property

Summary
View flags associated with the field.
Syntax
C#
C++/CLI
Java
Python
public long ViewFlags { get; set; } 
public long getViewFlags(); 
public void setViewFlags( 
   long longValue 
); 
public: 
property int64 ViewFlags { 
   int64 get(); 
   void set (    int64 ); 
} 
ViewFlags # get and set (PDFFormField) 

Property Value

View flags associated with the field. The default value is 0. In most cases, this is one of the following constants below defined in PDFFormField.

Value Name Description
1 ViewFlagsInvisible Field is invisible.
2 ViewFlagsHidden Field is hidden.
4 ViewFlagsPrint Field can be printed.
8 ViewFlagsNoZoom Field cannot be zoomed.
16 ViewFlagsNoRotate Field is cannot be rotated.
32 ViewFlagsNoView Field has no view.
64 ViewFlagsReadOnly Field is for view only.
128 ViewFlagsLocked Field is locked.
256 ViewFlagsToggleNoView Field is toggled.
512 ViewFlagsLockedContents Field has its content locked.
Requirements

Target Platforms

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

Leadtools.Pdf Assembly

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