Prompts the User with the standard Windows Print Dialog.

Syntax

ISCommonDialog.GetPrintOptions(printOptions, [allowCurrentPage], [allowPageRange], [allowSelection], [defaultPrinterName], [minimumPage], [maximumPage])

Parameters

NameTypeOptionalByRefDescription
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.

Return Value

Boolean

A Boolean value, True indicates the User clicked OK, False indicates the User clicked Cancel.

Member of:
ISCommonDialog
Namespace:
Intersoft.ISUserInterface6
Assembly:
ISUserInterface6, Version=6.0.3
Target Framework:
.NET 9.0