ActiveReports 12
SupportedPageInfo Constructor(Int32,Int32)

GrapeCity.ActiveReports.Extensibility.v12 Assembly > GrapeCity.ActiveReports.Extensibility.Layout Namespace > SupportedPageInfo Class > SupportedPageInfo Constructor : SupportedPageInfo Constructor(Int32,Int32)
The page width in twips.
The page height in twips.
Instantiates a new instance of the SupportedPageInfo class with the specified width and height.
Syntax
'Declaration
 
Public Function New( _
   ByVal width As Integer, _
   ByVal height As Integer _
)
public SupportedPageInfo( 
   int width,
   int height
)

Parameters

width
The page width in twips.
height
The page height in twips.
See Also

Reference

SupportedPageInfo Class
SupportedPageInfo Members
Overload List