www.gnostice.com 

PageLeftMargin

Top  Previous  Next

The PageLeftMargin property specifies the left margin of the page

 

 

 

 

Syntax

 

 

[VC++]

double GetPageLeftMargin();

void SetPageLeftMargin(double newValue);

 

[C#]

public abstract new double PageLeftMargin [  get,  set ]

 

[VB]

Property PageLeftMargin 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, PageTopMargin, PageRightMargin, PageBottomMargin