Skip to content

happypdf / NonFullScreenPageMode

Enumeration: NonFullScreenPageMode

Defined in: src/core/interactive/ViewerPreferences.ts:22

Enumeration Members

UseNone

ts
UseNone: "UseNone";

Defined in: src/core/interactive/ViewerPreferences.ts:27

After exiting FullScreen mode, neither the document outline nor thumbnail images should be visible.


UseOC

ts
UseOC: "UseOC";

Defined in: src/core/interactive/ViewerPreferences.ts:39

After exiting FullScreen mode, the optional content group panel should be visible.


UseOutlines

ts
UseOutlines: "UseOutlines";

Defined in: src/core/interactive/ViewerPreferences.ts:30

After exiting FullScreen mode, the document outline should be visible.


UseThumbs

ts
UseThumbs: "UseThumbs";

Defined in: src/core/interactive/ViewerPreferences.ts:33

After exiting FullScreen mode, thumbnail images should be visible.

MIT Licensed. A fork of pdf-lib.