Table of Contents

Enum PdfAnnotationFlags

Namespace
nebulae.dotPDFium.Native
Assembly
dotPDFium.dll

Specifies the flags that control the behavior and visibility of a PDF annotation.

[Flags]
public enum PdfAnnotationFlags

Fields

Hidden = 2
Invisible = 1
Locked = 128
NoRotate = 16
NoView = 32
NoZoom = 8
None = 0
Print = 4
ReadOnly = 64
ToggleNoView = 256

Remarks

These flags can be combined using a bitwise OR operation to define multiple behaviors for a single annotation. For example, an annotation can be both Invisible and NoView.