←Select platform

ViewFlags Property

Summary

The view flags associated with this PDFAnnotation object.

Syntax
C#
C++/CLI
Java
Python
public long ViewFlags { get; set; } 
public:  
   property Int64 ViewFlags 
   { 
      Int64 get() 
      void set(Int64 value) 
   } 
public long getViewFlags(); 
public void setViewFlags( 
   long longValue 
); 
ViewFlags # get and set (PDFAnnotation) 

Property Value

Value Name Description
1 ViewFlagsInvisible Invisible view flag.
2 ViewFlagsHidden Hidden view flag.
4 ViewFlagsPrint Print view flag.
8 ViewFlagsNoZoom No zoom view flag.
16 ViewFlagsNoRotate No rotate view flag.
32 ViewFlagsNoView No view flag.
64 ViewFlagsReadOnly Read-only view flag.
128 ViewFlagsLocked Locked view flag.
256 ViewFlagsToggleNoView Toggle no view flag.
512 ViewFlagsLockedContents Locked contents view flag.

The view flags associated with this PDFAnnotation object. Default value is 0.

Remarks

ViewFlags can be ORed together from any of the ViewFlags* constants such as ViewFlagsInvisible and ViewFlagsLocked.

Requirements

Target Platforms

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

Leadtools.Pdf Assembly

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