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

Namespace:  C1.C1Report
Assembly:  C1.C1Report.2 (in C1.C1Report.2.dll)

Syntax

C#
[DefaultValueAttribute()]
public double MarginBottom { get; set; }
Visual Basic
<DefaultValueAttribute()> _
Public Property MarginBottom As Double
	Get
	Set

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.

The default value for this property is 1440.

See Also