ActiveReports Developer 7
SupportedPageInfo Constructor(Int32,Int32,Int32,Int32,Int32,Int32)
See Also 
GrapeCity.ActiveReports.Extensibility.v7 Assembly > GrapeCity.ActiveReports.Extensibility.Layout Namespace > SupportedPageInfo Class > SupportedPageInfo Constructor : SupportedPageInfo Constructor(Int32,Int32,Int32,Int32,Int32,Int32)

width
The page width in twips.
height
The page height in twips.
leftMargin
The left margin in twips.
topMargin
The top margin in twips.
rightMargin
The right margin in twips.
bottomMargin
The bottom margin in twips.

Glossary Item Box

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

Syntax

Visual Basic (Declaration) 
Public Function New( _
   ByVal width As System.Integer, _
   ByVal height As System.Integer, _
   ByVal leftMargin As System.Integer, _
   ByVal topMargin As System.Integer, _
   ByVal rightMargin As System.Integer, _
   ByVal bottomMargin As System.Integer _
)
C# 
public SupportedPageInfo( 
   System.int width,
   System.int height,
   System.int leftMargin,
   System.int topMargin,
   System.int rightMargin,
   System.int bottomMargin
)

Parameters

width
The page width in twips.
height
The page height in twips.
leftMargin
The left margin in twips.
topMargin
The top margin in twips.
rightMargin
The right margin in twips.
bottomMargin
The bottom margin in twips.

See Also