Skip to content

PageMode

@scaryterry/pdfium


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

PDF document page mode (initial view when opened).

Determines what panel is displayed when the document is opened.

Enumeration MemberValueDescriptionDefined in
FullScreen"FullScreen"Full-screen mode, no menu bar, window controls, or other windows visible.src/core/types.ts:902
UseAttachments"UseAttachments"Attachments panel visible.src/core/types.ts:906
UseNone"UseNone"Neither document outline nor thumbnails visible.src/core/types.ts:896
UseOC"UseOC"Optional content group panel visible.src/core/types.ts:904
UseOutlines"UseOutlines"Document outline (bookmarks) visible.src/core/types.ts:898
UseThumbs"UseThumbs"Page thumbnails visible.src/core/types.ts:900