C1.WPF.PrintDocument.4.6.2 Assembly / C1.C1Preview Namespace / C1PageSettings Class / SetPaperSizes Method
The width to set.
The height to set.

In This Topic
SetPaperSizes Method
In This Topic
Sets the Width and the Height to specified values.
Syntax
'Declaration
 
Public Sub SetPaperSizes( _
   ByVal width As Unit, _
   ByVal height As Unit _
) 
 

Parameters

width
The width to set.
height
The height to set.
See Also