In This Topic
Set current page settings from this document.
Syntax
'Declaration
Public Sub SetPageSettings( _
ByVal As Size, _
ByVal As Size _
)
public void SetPageSettings(
Size ,
Size
)
Parameters
- pageSize
- The size of the current page.
- margins
- The print margins for the current page.
See Also