[]
        
(Showing Draft Content)

GrapeCity.ActiveReports.Extensibility.Layout.SupportedPageInfo

SupportedPageInfo Class

Supported page information.

Inheritance
SupportedPageInfo
Namespace: GrapeCity.ActiveReports.Extensibility.Layout
Assembly: MESCIUS.ActiveReports.Core.Rendering.dll
Syntax
public sealed class SupportedPageInfo

Constructors

Name Description
SupportedPageInfo(int, int)

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

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

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

Properties

Name Description
BottomMargin

Specifies the bottom margin in twips.

Height

Gets the page height in twips.

LeftMargin

Specifies the left margin in twips.

MarginsApplyMode
RightMargin

Specifies the right margin in twips.

TopMargin

Gets the top margin in twips.

Width

Gets the page width in twips.

Methods

Name Description
SetWidth(int)

Sets the width of the page in twips.

Extension Methods