Description
Sets the margin from the bottom border of the page.
Applies to
Syntax
SetBottomMargin(double bottom)
Return value
None.
Usage
When this function is called in PDFTableOfContents object, it sets the margin between the table of contents and the bottom border of the page.
When this function is called in PDFDocument object, it sets the margin between the document and the bottom border of the page.
When this function is called in PDFPage object, it sets the margin between the PDF page and the bottom border of the page.
Examples
This example sets the bottom margin for the table of contents.
lpdf_toc.SetBottomMargin(100)
See also