Description
Sets the margin between the table of contents and the right border of the page.
Applies to
Syntax
SetRightMargin(double right)
Argument |
Description |
---|---|
right |
The margin between the table of contents and the right 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 right border of the page.
Examples
This example sets the right margin for the table of contents.
lpdf_toc.SetRightMargin(100)
See also