Accusoft.PrintPro8.Net
PrintJob Constructor(PrintPro,String)




The PrintPro workspace object to obtain the default printer from.
The name to use for the print job.
Creates a new print job using the default printer and the specified name.
Syntax
'Declaration
 
Public Function New( _
   ByVal printProWorkspace As PrintPro, _
   ByVal name As String _
)
'Usage
 
Dim printProWorkspace As PrintPro
Dim name As String
 
Dim instance As New PrintJob(printProWorkspace, name)
public PrintJob( 
   PrintPro printProWorkspace,
   string name
)
public: PrintJob( 
   PrintPro* printProWorkspace,
   string* name
)
public:
PrintJob( 
   PrintPro^ printProWorkspace,
   String^ name
)

Parameters

printProWorkspace
The PrintPro workspace object to obtain the default printer from.
name
The name to use for the print job.
See Also

Reference

PrintJob Class
PrintJob Members
Overload List

 

 


©2019. Accusoft Corporation. All Rights Reserved.

Send Feedback