Table of Contents
PDF Download

Miscellaneous
The german original can be downloaded from here.
SetaPDF_Merger::setPageMode()
Description
class SetaPDF_Merger extends SetaPDF {
mixed setDisplayMode ( string $pageMode )
}
Defines the way the document is to be displayed when opened.
Parameters
$pageMode
A name specifying how the document shall be displayed when opened:
- UseNone: Neither document outline nor thumbnail images are visible
- UseOutlines: Document outlines are visible
- UseThumbs: Thumbnail images are visible
- FullScreen: Full-scree mode
- UseOC: Optional content group panal is visible
- UseAttachments: The attachments pannel is visible
The default value is UseNone.
Return Value
Just returns an SetaPDF_Error object if an error occurs. In case of success the method returns nothing.
Version
since version 1.6