SetBottomMargin

Description

Sets the margin between the table of contents and the bottom border of the page.

Applies to

PDFTableOfContents object

Syntax

SetBottomMargin(double bottom)

Argument

Description

bottom

The margin between the table of contents and the bottom border of the page. The unit is point (pt).


Return value

None.

Usage

Call the function to set the margin between the table of contents 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

AddItem

GetBottomMargin

GetFont

GetItem

GetItemCount

GetLeftMargin

GetPosByPageIndex

GetRightMargin

GetStyle

GetTitle

GetTopMargin

RemoveAll

RemoveItem

SetFont

SetLeftMargin

SetPosByPageIndex

SetRightMargin

SetStyle

SetTitle

SetTopMargin