Selects a printer from the
PrintPro workspace using the windows select printer dialog and setting the minimum and maximum page range the user is allowed to choose from if ShowDialog is true.
Parameters
- printProWorkspace
- A PrintPro workspace.
- minPage
- An integer value which represents the minimum available page range the user is allowed to select from in the print dialog.
- maxPage
- An integer value which represents the maximum available page range the user is allowed to select from in the print dialog.
- availableRange
- A PrintRangeAvailable enumeration value which determines the available range options to select from.
- defaultRangeSelection
- A PrintRangeSelection enumeration value which determines the default range selection.
Return Value
The printer that was selected.