www.gnostice.com 

PageRightMargin

Top  Previous  Next

The PageRightMargin property specifies the right margin for the page.

 

 

 

 

Syntax

 

 

[VC++]

double GetPageRightMargin();

void SetPageRightMargin(double newValue);

 

[C#]

public abstract new double PageRightMargin [  get,  set ]

 

[VB]

Property PageRightMargin 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 PageLeftMargin, PageTopMargin, PageRightMargin and PageBottomMargin. All these properties comes into effect only if it is specified before calling NewPage or BeginDoc. The margins are applied for all the pages created after setting these values.

 

 

 

 

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, PageTopMargin, PageBottomMargin