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.cr

Enum 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

Instance Method Summary

Class Method Detail

def self.default #

Default value: UseNone.


[View source]

Instance Method Detail

def full_screen? #

[View source]
def to_name : Name #

[View source]
def use_none? #

[View source]
def use_out_lines? #

[View source]
def use_thumbs? #

[View source]