SetPaperSizes Method (C1PageSettings)
In This Topic
Sets the
Width and the
Height to specified values.
Syntax
'Declaration
Public Sub SetPaperSizes( _
ByVal As Unit, _
ByVal As Unit _
)
public void SetPaperSizes(
Unit ,
Unit
)
Parameters
- width
- The width to set.
- height
- The height to set.
See Also