Instantiates a new instance of the
SupportedPageInfo class with the specified width and height.
Syntax
'Declaration
Public Function New( _
ByVal As Integer, _
ByVal As Integer _
)
public SupportedPageInfo(
int ,
int
)
Parameters
- width
- The page width in twips.
- height
- The page height in twips.
See Also