Applies to
PDFTableOfContents, PDFDocument, and PDFPage objects
Description
The BottomMargin property specifies the size (in points) of the bottom margin on the page.
For PDFTableOfContents, it is the margin between the table of contents and the bottom border of the page. If not set, the bottom margin of the PDF document will be used.
For PDFDocument, it is the margin between the document and the bottom border of the page.
For PDFPage, it is the margin between the PDF page and the bottom border of the page. If not set, the bottom margin of the PDF document will be used.
Usage
In scripts
The BottomMargin property takes a double value. The following line sets the bottom margin of table of contents to 20 points:
lpdf_toc.bottommargin = 20