[]
        
(Showing Draft Content)

GrapeCity.ActiveReports.Extensibility.Layout.SupportedPageInfo.-ctor

SupportedPageInfo Constructor

SupportedPageInfo(int, int)

Instantiates a new instance of the SupportedPageInfo class with the specified width and height.

Declaration
public SupportedPageInfo(int width, int height)
Parameters
Type Name Description
int width

The page width in twips.

int height

The page height in twips.

SupportedPageInfo(int, int, int, int, int, int)

Instantiates a new instance of the SupportedPageInfo class with the specified width, height and margins.

Declaration
public SupportedPageInfo(int width, int height, int leftMargin, int topMargin, int rightMargin, int bottomMargin)
Parameters
Type Name Description
int width

The page width in twips.

int height

The page height in twips.

int leftMargin

The left margin in twips.

int topMargin

The top margin in twips.

int rightMargin

The right margin in twips.

int bottomMargin

The bottom margin in twips.