ActiveReports 18 .NET Edition
MESCIUS.ActiveReports.Core.Document Assembly / GrapeCity.ActiveReports.Document.Section Namespace / Margins Class / Margins Constructor / Margins Constructor(Single,Single,Single,Single)
The left.
The top.
The right.
The bottom.

In This Topic
    Margins Constructor(Single,Single,Single,Single)
    In This Topic
    Initializes a new instance of the Margins class.
    Syntax
    'Declaration
     
    Public Function New( _
       ByVal left As Single, _
       ByVal top As Single, _
       ByVal right As Single, _
       ByVal bottom As Single _
    )
    public Margins( 
       float left,
       float top,
       float right,
       float bottom
    )

    Parameters

    left
    The left.
    top
    The top.
    right
    The right.
    bottom
    The bottom.
    Exceptions
    ExceptionDescription
    Left margin value must be greater than 0 or Top margin value must be greater than 0 or Right margin value must be greater than 0 or Bottom margin value must be greater than 0
    See Also