HaruDoc::getPageMode

(PECL haru >= 0.0.1)

HaruDoc::getPageModeGet current page mode

说明

HaruDoc::getPageMode ( void ) : int

Get the current page mode. See HaruDoc::setPageMode() for the list of possible values.

参数

此函数没有参数。

返回值

Returns the page mode currently set in the document. See HaruDoc::setPageMode() for the list of possible values.

错误/异常

发生错误时抛出 HaruException 异常。

参见