Skip to content

modern-pdf-lib


modern-pdf-lib / AnnotationFlags

Variable: AnnotationFlags

const AnnotationFlags: object

Defined in: src/annotation/pdfAnnotation.ts:73

Annotation flag bit positions.

Type Declaration

Hidden

readonly Hidden: number

Invisible

readonly Invisible: number

Locked

readonly Locked: number

LockedContents

readonly LockedContents: number

NoRotate

readonly NoRotate: number

NoView

readonly NoView: number

NoZoom

readonly NoZoom: number

Print

readonly Print: number

ReadOnly

readonly ReadOnly: number

ToggleNoView

readonly ToggleNoView: number

Released under the MIT License.