PHPRtfLite::getMarginBottom PHP Method

getMarginBottom() public method

gets the bottom margin of document pages
public getMarginBottom ( ) : float
return float $margin
    public function getMarginBottom()
    {
        return $this->_marginBottom;
    }