[]
Gets or sets the right margin for each page, in twips.
[C1Description("Layout.MarginRight", "The right page margin, in twips.")]
[TypeConverter(typeof(PageUnitConverter))]
public double MarginRight { get; set; }
<C1Description("Layout.MarginRight", "The right page margin, in twips.")>
<TypeConverter(GetType(PageUnitConverter))>
Public Property MarginRight As Double
The margins are measured in twips, from the edges of the paper. You can select the paper size and orientation using the PaperSize and Orientation properties.