PDFView4NET WinForms Edition
PDFAnnotationFlags Enumeration




O2S.Components.PDFView4NET.Annotations Namespace : PDFAnnotationFlags Enumeration
Specifies the available flags for an annotation.
Syntax
'Declaration
 
<FlagsAttribute()>
Public Enum PDFAnnotationFlags 
   Inherits System.Enum
'Usage
 
Dim instance As PDFAnnotationFlags
[Flags()]
public enum PDFAnnotationFlags : System.Enum 
[Flags()]
__value public enum PDFAnnotationFlags : public System.Enum 
[Flags()]
public enum class PDFAnnotationFlags : public System.Enum 
Members
MemberDescription
HiddenIf set, do not display or print the annotation or allow it to interact with the user.
InvisibleIf set, do not display the annotation if it does not belong to one of the standard annotation types.
LockedIf set, do not allow the annotation to be deleted or its properties (including position and size) to be modified by the user. However, this flag does not restrict changes to the annotation’s contents, such as the value of a form field.
LockedContentsIf set, do not allow the contents of the annotation to be modified by the user. This flag does not restrict deletion of the annotation or changes to other annotation properties, such as position and size.
NoRotateIf set, do not rotate the annotation's appearance to match the rotation of the page.
NoViewIf set, do not display the annotation on the screen or allow it to interact with the user. The annotation may be printed (depending on the Print flag), but should be considered hidden for the purposes of onscreen display and user interaction.
NoZoomIf set, do not scale the annotation's appearance to match the magnification of the page.
PrintIf set, print the annotation when the page is printed. If clear, never print the annotation, regardless of whether it is displayed on the screen.
ReadOnlyIf set, do not allow the annotation to interact with the user.
ToggleNoViewIf set, invert the interpretation of the NoView flag for certain events.
Inheritance Hierarchy

System.Object
   System.ValueType
      System.Enum
         O2S.Components.PDFView4NET.Annotations.PDFAnnotationFlags

Requirements

Target Platforms: Windows 7, Windows Vista SP1 or later, Windows XP SP3, Windows Server 2008 (Server Core not supported), Windows Server 2008 R2 (Server Core supported with SP1 or later), Windows Server 2003 SP2

See Also

Reference

O2S.Components.PDFView4NET.Annotations Namespace