ActiveReports 19 .NET Edition
MESCIUS.ActiveReports.Core.Document Assembly / GrapeCity.ActiveReports Namespace / PaddingEx Structure / PaddingEx Constructor / PaddingEx Constructor(Int32)
All paddings.

In This Topic
    PaddingEx Constructor(Int32)
    In This Topic
    Initializes the PaddingEx structure.
    Syntax
    'Declaration
     
    Public Function New( _
       ByVal all As Integer _
    )
    public PaddingEx( 
       int all
    )

    Parameters

    all
    All paddings.
    See Also