PHPRtfLite::getMarginBottom PHP Méthode

getMarginBottom() public méthode

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