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




The PrintPro workspace to be used.
The available range options that can be selected from the dialog box.
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 _
) As Printer
'Usage
 
Dim printProWorkspace As PrintPro
Dim availableRange As PrintRangeAvailable
Dim value As Printer
 
value = Printer.SelectPrinter(printProWorkspace, availableRange)
public static Printer SelectPrinter( 
   PrintPro printProWorkspace,
   PrintRangeAvailable availableRange
)
public: static Printer* SelectPrinter( 
   PrintPro* printProWorkspace,
   PrintRangeAvailable availableRange
) 
public:
static Printer^ SelectPrinter( 
   PrintPro^ printProWorkspace,
   PrintRangeAvailable availableRange
) 

Parameters

printProWorkspace
The PrintPro workspace to be used.
availableRange
The available range options that can be selected from the dialog box.

Return Value

The printer that was selected.
See Also

Reference

Printer Class
Printer Members
Overload List

 

 


©2019. Accusoft Corporation. All Rights Reserved.

Send Feedback