Skip to content

AnnotationFlags

@scaryterry/pdfium


Defined in: src/core/types.ts:1145

Annotation flags as bit flags.

These flags control the behaviour and visibility of annotations.

Enumeration MemberValueDescriptionDefined in
Hidden2Hidden (not displayed, not printed, not interactive).src/core/types.ts:1151
Invisible1Invisible (not displayed, not printed).src/core/types.ts:1149
Locked128Locked (cannot be deleted or modified).src/core/types.ts:1163
LockedContents512LockedContents (contents cannot be modified).src/core/types.ts:1167
None0No flags.src/core/types.ts:1147
NoRotate16NoRotate (annotation orientation stays constant when page rotates).src/core/types.ts:1157
NoView32NoView (not displayed but may be printed).src/core/types.ts:1159
NoZoom8NoZoom (annotation size stays constant when zooming).src/core/types.ts:1155
Print4Print (annotation should be printed).src/core/types.ts:1153
ReadOnly64ReadOnly (no user interaction).src/core/types.ts:1161
ToggleNoView256ToggleNoView (toggle NoView flag on hover).src/core/types.ts:1165