PHPRtfLite::isLandscape PHP Method

isLandscape() public method

returns true, if landscape layout should be used
public isLandscape ( ) : boolean
return boolean
    public function isLandscape()
    {
        return $this->_isLandscape;
    }