AnnotationFlags
Defined in: src/core/types.ts:1145
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:1151 |
Invisible | 1 | Invisible (not displayed, not printed). | src/core/types.ts:1149 |
Locked | 128 | Locked (cannot be deleted or modified). | src/core/types.ts:1163 |
LockedContents | 512 | LockedContents (contents cannot be modified). | src/core/types.ts:1167 |
None | 0 | No flags. | src/core/types.ts:1147 |
NoRotate | 16 | NoRotate (annotation orientation stays constant when page rotates). | src/core/types.ts:1157 |
NoView | 32 | NoView (not displayed but may be printed). | src/core/types.ts:1159 |
NoZoom | 8 | NoZoom (annotation size stays constant when zooming). | src/core/types.ts:1155 |
Print | 4 | Print (annotation should be printed). | src/core/types.ts:1153 |
ReadOnly | 64 | ReadOnly (no user interaction). | src/core/types.ts:1161 |
ToggleNoView | 256 | ToggleNoView (toggle NoView flag on hover). | src/core/types.ts:1165 |