[]
        
(Showing Draft Content)

C1.Report.Layout.MarginBottom

MarginBottom Property

MarginBottom

Gets or sets the bottom margin for each page, in twips.

Declaration
[C1Description("Layout.MarginBottom", "The bottom page margin, in twips.")]
[TypeConverter(typeof(PageUnitConverter))]
public double MarginBottom { get; set; }
<C1Description("Layout.MarginBottom", "The bottom page margin, in twips.")>
<TypeConverter(GetType(PageUnitConverter))>
Public Property MarginBottom As Double
Remarks

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.