|
Preview
Displays a Preview window of the Document. The User can then opt to Print the document from the Preview window.
Syntax Object.Preview (StartPage As Integer , bMaximizePreview As Boolean )
| Parameters | | StartPage | Optional The first page to show in the document. Default is Page 1. | | bMaximizePreview | Optional Set the Preview Window to Maximized view. Default is False. |
Example qPrint.Preview 2, True ' Show Page 2 in Maximized window
See Also: PrintDoc, ChoosePrinter, PrintOptions
|