Skip to content

PageMode

@scaryterry/pdfium


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

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:912
UseAttachments"UseAttachments"Attachments panel visible.src/core/types.ts:916
UseNone"UseNone"Neither document outline nor thumbnails visible.src/core/types.ts:906
UseOC"UseOC"Optional content group panel visible.src/core/types.ts:914
UseOutlines"UseOutlines"Document outline (bookmarks) visible.src/core/types.ts:908
UseThumbs"UseThumbs"Page thumbnails visible.src/core/types.ts:910