[]
        
(Showing Draft Content)

GrapeCity.ActiveReports.Printing.Margins.-ctor

Margins Constructor

Margins(int, int, int, int)

Initializes a new instance of the Margins class with the specified left, right, top, and bottom margins.

Declaration
public Margins(int left, int right, int top, int bottom)
Parameters
Type Name Description
int left

The left margin, in hundredths of an inch.

int right

The right margin, in hundredths of an inch.

int top

The top margin, in hundredths of an inch.

int bottom

The bottom margin, in hundredths of an inch.