PHPRtfLite::getZoomLevel PHP Method

getZoomLevel() public method

gets the zoom level (in percents) of the document
public getZoomLevel ( ) : integer
return integer $zoom zoom level
    public function getZoomLevel()
    {
        return $this->_zoomLevel;
    }