AnnotationFlags
Defined in: src/core/types.ts:1118
Annotation flags as bit flags.
These flags control the behaviour and visibility of annotations.
Enumeration Members
Section titled “Enumeration Members”| Enumeration Member | Value | Description | Defined in |
|---|---|---|---|
Hidden | 2 | Hidden (not displayed, not printed, not interactive). | src/core/types.ts:1124 |
Invisible | 1 | Invisible (not displayed, not printed). | src/core/types.ts:1122 |
Locked | 128 | Locked (cannot be deleted or modified). | src/core/types.ts:1136 |
LockedContents | 512 | LockedContents (contents cannot be modified). | src/core/types.ts:1140 |
None | 0 | No flags. | src/core/types.ts:1120 |
NoRotate | 16 | NoRotate (annotation orientation stays constant when page rotates). | src/core/types.ts:1130 |
NoView | 32 | NoView (not displayed but may be printed). | src/core/types.ts:1132 |
NoZoom | 8 | NoZoom (annotation size stays constant when zooming). | src/core/types.ts:1128 |
Print | 4 | Print (annotation should be printed). | src/core/types.ts:1126 |
ReadOnly | 64 | ReadOnly (no user interaction). | src/core/types.ts:1134 |
ToggleNoView | 256 | ToggleNoView (toggle NoView flag on hover). | src/core/types.ts:1138 |