Skip to content

AnnotationFlags

@scaryterry/pdfium


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

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:1124
Invisible1Invisible (not displayed, not printed).src/core/types.ts:1122
Locked128Locked (cannot be deleted or modified).src/core/types.ts:1136
LockedContents512LockedContents (contents cannot be modified).src/core/types.ts:1140
None0No flags.src/core/types.ts:1120
NoRotate16NoRotate (annotation orientation stays constant when page rotates).src/core/types.ts:1130
NoView32NoView (not displayed but may be printed).src/core/types.ts:1132
NoZoom8NoZoom (annotation size stays constant when zooming).src/core/types.ts:1128
Print4Print (annotation should be printed).src/core/types.ts:1126
ReadOnly64ReadOnly (no user interaction).src/core/types.ts:1134
ToggleNoView256ToggleNoView (toggle NoView flag on hover).src/core/types.ts:1138