MESCIUS.ActiveReports.Core.Rendering Assembly / GrapeCity.ActiveReports.Rendering.Export.Streaming Namespace / PageInfo Class / PageInfo Constructor
The size of the page.
The page number.

In This Topic
PageInfo Constructor
In This Topic
Initializes a new instance of the PageInfo class with the specified size and page number.
Syntax
'Declaration
 
Public Function New( _
   ByVal size As SizeF, _
   ByVal pageNumber As Integer _
)
 

Parameters

size
The size of the page.
pageNumber
The page number.
See Also