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