Selects a printer from the
PrintPro workspace using the windows select printer dialog if ShowDialog is true, otherwise it selects the default printer.
'Declaration
Public Overloads Shared Function SelectPrinter( _
ByVal As PrintPro, _
ByVal As Boolean _
) As Printer
'Usage
Dim printProWorkspace As PrintPro
Dim showDialog As Boolean
Dim value As Printer
value = Printer.SelectPrinter(printProWorkspace, showDialog)
Parameters
- printProWorkspace
- The PrintPro workspace to be used
- showDialog
Return Value
the printer object that was selected