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




The PrintPro workspace to be used
Selects a printer from the PrintPro workspace using the windows select printer dialog if ShowDialog is true, otherwise it selects the default printer.
Syntax
'Declaration
 
Public Overloads Shared Function SelectPrinter( _
   ByVal printProWorkspace As PrintPro, _
   ByVal showDialog As Boolean _
) As Printer
'Usage
 
Dim printProWorkspace As PrintPro
Dim showDialog As Boolean
Dim value As Printer
 
value = Printer.SelectPrinter(printProWorkspace, showDialog)
public static Printer SelectPrinter( 
   PrintPro printProWorkspace,
   bool showDialog
)
public: static Printer* SelectPrinter( 
   PrintPro* printProWorkspace,
   bool showDialog
) 
public:
static Printer^ SelectPrinter( 
   PrintPro^ printProWorkspace,
   bool showDialog
) 

Parameters

printProWorkspace
The PrintPro workspace to be used
showDialog

Return Value

the printer object that was selected
See Also

Reference

Printer Class
Printer Members
Overload List

 

 


©2019. Accusoft Corporation. All Rights Reserved.

Send Feedback