[]
Gets or sets a width of the right margin.
public Length RightMargin { get; set; }
| Type | Description |
|---|---|
| Length | A Length value indicating the width of the right margin.
Default value is |
Page page = new Page();
page.RightMargin = "1in";