Gets or sets a width of the left margin.
Declaration
public Length LeftMargin { get; set; }
Property Value
| Type |
Description |
| Length |
A Length value indicating the width of the left margin.
Default value is 0in.
|
Page page = new Page();
page.LeftMargin = "1in";