[]
        
(Showing Draft Content)

GrapeCity.ActiveReports.PaddingEx.-ctor

PaddingEx Constructor

PaddingEx(int)

Initializes the PaddingEx structure.

Declaration
public PaddingEx(int all)
Parameters
Type Name Description
int all

All paddings.

PaddingEx(int, int, int, int)

Initializes the PaddingEx structure.

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

The left padding.

int top

The top padding.

int right

The right padding.

int bottom

The bottom padding.

Examples
_paddings = new PaddingEx(1, 1, 1, 1);