Рекурсивный акроним словосочетания «PHP: Hypertext Preprocessor»
Добро пожаловать на форум PHP программистов!
HaruDoc::setPageMode - Set how the document should be displayed
Вернуться к: HaruDoc
HaruDoc::setPageMode
(PECL haru >= 0.0.1)
HaruDoc::setPageMode — Set how the document should be displayed
Описание
bool HaruDoc::setPageMode
( int
$mode
)Defines how the document should be displayed.
Список параметров
-
mode -
The following values are accepted:
-
HaruDoc::PAGE_MODE_USE_NONE- display the document with neither outline nor thumbnail. -
HaruDoc::PAGE_MODE_USE_OUTLINE- display the document with outline pane. -
HaruDoc::PAGE_MODE_USE_THUMBS- display the document with thumbnail pane. -
HaruDoc::PAGE_MODE_FULL_SCREEN- display the document with full screen mode.
-
Возвращаемые значения
Returns TRUE on success.
Ошибки
Вызывает исключение HaruException при ошибке.
Вернуться к: HaruDoc