PHPRtfLite::getPaperHeight PHP Method

getPaperHeight() public method

gets the paper height of document
public getPaperHeight ( ) : float
return float $paperHeight paper height
    public function getPaperHeight()
    {
        return $this->_paperHeight;
    }