PHPRtfLite::getZoomMode PHP Méthode

getZoomMode() public méthode

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