enum PDF::Catalog::PageMode
Overview
Outlines dictionary (Optional; must be an indirect reference) The outline dictionary that is the root of the document’s outline hierarchy (see Section 7.2.2, “Document Outline”). Threads array (Optional; PDF 1.1; must be an indirect reference) An array of thread dictionaries representing the document’s article threads (see Section 7.3.2,“Articles”).
Defined in:
pdf/document/pagetree/catalog.crEnum Members
-
UseNone =
0
-
Neither document outline nor thumbnail images visible
-
UseOutLines =
1
-
Document outline visible
-
UseThumbs =
2
-
Thumbnail images visible
-
FullScreen =
3
-
Full-screen mode, with no menu bar, window controls, or any other window visible
Class Method Summary
-
.default
Default value: UseNone.