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




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

Parameters

printProWorkspace
The PrintPro workspace object to use.
printer
The Printer the print job is to print to.
imageColorManagement
The Icm image color management settings to use for the print job.
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