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