PHPRtfLite::getPaperWidth PHP Method

getPaperWidth() public method

gets the paper width of document
public getPaperWidth ( ) : float
return float $paperWidth paper width
    public function getPaperWidth()
    {
        return $this->_paperWidth;
    }