PHPRtfLite::setPaperHeight PHP Method

setPaperHeight() public method

sets the paper height of document
public setPaperHeight ( float $height )
$height float paper height
    public function setPaperHeight($height)
    {
        $this->_paperHeight = $height;
    }