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




PrintPro workspace instance.
A string which represents the name of the printer.
Selects a printer from the PrintPro workspace by name.
Syntax
'Declaration
 
Public Overloads Shared Function SelectPrinter( _
   ByVal printProWorkspace As PrintPro, _
   ByVal name As String _
) As Printer
'Usage
 
Dim printProWorkspace As PrintPro
Dim name As String
Dim value As Printer
 
value = Printer.SelectPrinter(printProWorkspace, name)
public static Printer SelectPrinter( 
   PrintPro printProWorkspace,
   string name
)
public: static Printer* SelectPrinter( 
   PrintPro* printProWorkspace,
   string* name
) 
public:
static Printer^ SelectPrinter( 
   PrintPro^ printProWorkspace,
   String^ name
) 

Parameters

printProWorkspace
PrintPro workspace instance.
name
A string which represents the name of the printer.

Return Value

The Printer with specified name.
See Also

Reference

Printer Class
Printer Members
Overload List

 

 


©2015. Accusoft Corporation. All Rights Reserved.

Send Feedback