Class: SelectPdf::PageMode

Inherits:
Object
  • Object
show all
Defined in:
lib/selectpdf.rb

Overview

The PDF document’s page mode.

Constant Summary collapse

USE_NONE =

Neither document outline (bookmarks) nor thumbnail images are visible.

0
USE_OUTLINES =

Document outline (bookmarks) are visible.

1
USE_THUMBS =

Thumbnail images are visible.

2
FULL_SCREEN =

Full-screen mode, with no menu bar, window controls or any other window visible.

3
USE_OC =

Optional content group panel is visible.

4
USE_ATTACHMENTS =

Document attachments are visible.

5