Preview(PrintDocumentWrapper,PageSettings) Method
In This Topic
Shows the specified object in a print preview dialog using the specified System.Drawing.Printing.PageSettings object.
Syntax
'Declaration
Public Overloads Sub Preview( _
ByVal As PrintDocumentWrapper, _
ByRef As System.Drawing.Printing.PageSettings _
)
public void Preview(
PrintDocumentWrapper ,
ref System.Drawing.Printing.PageSettings
)
Parameters
- printDocument
- The PrintDocumentWrapper object to preview.
- pageSettings
- The System.Drawing.Printing.PageSettings object for using in preview.
See Also