ActiveReports 19 .NET Edition
MESCIUS.ActiveReports.SpreadBuilder Assembly / GrapeCity.SpreadBuilder.Printing Namespace / PageSetup Class / TopMargin Property

In This Topic
    TopMargin Property (PageSetup)
    In This Topic
    Gets or sets the value of the top margin in points.
    Syntax
    'Declaration
     
    Public Property TopMargin As Double
    public double TopMargin {get; set;}

    Property Value

    A System.Double value, represnting the top margin in points.
    Remarks
    The value MUST be greater than or equal to 0 and less than 3528.
    See Also