www.gnostice.com 

PageBottomMargin

Top  Previous  Next

The PageBottomMargin property specifies the bottom margin for the page.

 

 

 

 

Syntax

 

 

[VC++]

double GetPageBottomMargin();

void SetPageBottomMargin(double newValue);

 

[C#]

public abstract new double PageBottomMargin [  get,  set ]

 

[VB]

Property PageBottomMargin As Double

 

 

 

 

Remarks

 

 

Page margins are the blank space around the edges of the page. The text and graphics are usually inserted in the printable area inside the margins.

 

 

 

The margins of a page can be set using the properties of PageLeftMargin, PageTopMargin, PageRightMargin and PageBottomMargin. All these properties come into effect only if these properties specified before calling NewPage or BeginDoc. The margins are applied for all the pages created after setting these values.

 

 

 

The PageBottomMargin property is used to specify the bottom margin of the page.

 

 

 

 

Note

 

 

The margins are used only if the ReferencePoint property is set to rpMargin.

 

 

 

 

Default Value

 

 

0

 

 

 

 

Example Code

 

 

For an example code, see Page Margin.

 

 

 

 

See Also

 

 

ReferencePoint, PageLeftMargin, PageRightMargin, PageTopMargin.