PHPRtfLite::getZoomMode PHP 메소드

getZoomMode() 공개 메소드

gets the zoom mode of the document
public getZoomMode ( ) : integer
리턴 integer
    public function getZoomMode()
    {
        return $this->_zoomMode;
    }