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




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

Parameters

printProWorkspace
The PrintPro workspace object to obtain the default printer from.
imageColorManagement
The Icm image color management settings to use for the print job.
See Also

Reference

PrintJob Class
PrintJob Members
Overload List

 

 


©2015. Accusoft Corporation. All Rights Reserved.

Send Feedback