Forum und email

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.

오류/예외

Throws HaruException on error.