←Select platform

ViewFlags Property

Summary

The view flags associated with this PDFAnnotation object.

Syntax
C#
VB
C++
Java
public long ViewFlags { get; set; } 
Public Property ViewFlags() As Long 
   Get 
   Set 
public:  
   property Int64 ViewFlags 
   { 
      Int64 get() 
      void set(Int64 value) 
   } 
public long getViewFlags(); 
public void setViewFlags( 
   long longValue 
); 

Property Value

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 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.