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




The PrintPro workspace object to use.
The Printer the print job is to print to.
Creates a new print job using the specified printer for the destination.
Syntax
public PrintJob( 
   PrintPro printProWorkspace,
   Printer printer
)
public: PrintJob( 
   PrintPro* printProWorkspace,
   Printer* printer
)
public:
PrintJob( 
   PrintPro^ printProWorkspace,
   Printer^ printer
)
'Declaration
 
Public Function New( _
   ByVal printProWorkspace As PrintPro, _
   ByVal printer As Printer _
)
 
'Usage
 
Dim printProWorkspace As PrintPro
Dim printer As Printer
 
Dim instance As New PrintJob(printProWorkspace, printer)

Parameters

printProWorkspace
The PrintPro workspace object to use.
printer
The Printer the print job is to print to.
See Also

Reference

PrintJob Class
PrintJob Members
Overload List

 

 


©2019. Accusoft Corporation. All Rights Reserved.

Send Feedback