Accusoft.PrintPro8.Net
SelectPrinter(PrintPro,PrintRangeAvailable,PrintRangeSelection) Method




The PrintPro workspace to be used.
The available range options that can be selected from the dialog box.
The default range option selection for the dialog box. Note that Pages can only be enabled via a constructor that enables you to set the min and max pages.
Selects a printer from the PrintPro workspace using the windows select printer dialog
Syntax
'Declaration
 
Public Overloads Shared Function SelectPrinter( _
   ByVal printProWorkspace As PrintPro, _
   ByVal availableRange As PrintRangeAvailable, _
   ByVal defaultRangeSelection As PrintRangeSelection _
) As Printer
'Usage
 
Dim printProWorkspace As PrintPro
Dim availableRange As PrintRangeAvailable
Dim defaultRangeSelection As PrintRangeSelection
Dim value As Printer
 
value = Printer.SelectPrinter(printProWorkspace, availableRange, defaultRangeSelection)

Parameters

printProWorkspace
The PrintPro workspace to be used.
availableRange
The available range options that can be selected from the dialog box.
defaultRangeSelection
The default range option selection for the dialog box. Note that Pages can only be enabled via a constructor that enables you to set the min and max pages.

Return Value

The printer that was selected.
See Also

Reference

Printer Class
Printer Members
Overload List

 

 


©2015. Accusoft Corporation. All Rights Reserved.

Send Feedback