PHPRtfLite::getZoomMode PHP Method

getZoomMode() public method

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