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

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

Syntax

C#
[DefaultValueAttribute()]
public double MarginTop { get; set; }
Visual Basic
<DefaultValueAttribute()> _
Public Property MarginTop 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