[]
        
(Showing Draft Content)

GrapeCity.ActiveReports.Printing.Margin.-ctor

Margin Constructor

Margin(float, float, float, float)

Initializes a new instance of the Margin class.

Declaration
public Margin(float left, float right, float top, float bottom)
Parameters
Type Name Description
float left

The left margin.

float right

The right margin.

float top

The top margin.

float bottom

The bottom margin.