PHPRtfLite::getPaperHeight PHP Méthode

getPaperHeight() public méthode

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