GetBottomMargin

Description

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

Applies to

PDFTableOfContents object

Syntax

double GetBottomMargin()

Return value

Double. Returns the bottom margin. The unit is point (pt).

Usage

Call the function to get the margin between the table of contents and the bottom border of the page.

Examples

The following example gets the bottom margin:

Double ld_bottom
ld_bottom  = lpdf_toc.getbottommargin( )

See also

AddItem

GetFont

GetItem

GetItemCount

GetLeftMargin

GetPosByPageIndex

GetRightMargin

GetStyle

GetTitle

GetTopMargin

RemoveAll

RemoveItem

SetBottomMargin

SetFont

SetLeftMargin

SetPosByPageIndex

SetRightMargin

SetStyle

SetTitle

SetTopMargin