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