| Name | Type | Optional | ByRef | Description |
|---|---|---|---|---|
| printOptions | ISPrintOptions | ByRef | The selected Print Options or Nothing if the dialog was cancelled. | |
| allowCurrentPage | Boolean | Optional | Indicates whether to allow the Current Page option. If omitted, a value of True is assumed. | |
| allowPageRange | Boolean | Optional | Indicates whether to allow the Page Range option. If omitted, a value of True is assumed. | |
| allowSelection | Boolean | Optional | Indicates whether to allow the Selection option. If omitted, a value of True is assumed. | |
| defaultPrinterName | String | Optional | The default Printer Name. | |
| minimumPage | Integer | Optional | If omitted, a value of 0 is assumed. | |
| maximumPage | Integer | Optional | If omitted, a value of 0 is assumed. |
A Boolean value, True indicates the User clicked OK, False indicates the User clicked Cancel.