[]
Gets or sets the left margin for each page, in twips.
[C1Description("Layout.MarginLeft", "The left page margin, in twips.")]
[TypeConverter(typeof(PageUnitConverter))]
public double MarginLeft { get; set; }
<C1Description("Layout.MarginLeft", "The left page margin, in twips.")>
<TypeConverter(GetType(PageUnitConverter))>
Public Property MarginLeft 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.