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




The workspace object to use with the job.
The image color management settings to use for the print job.
Creates a new print preview job using the default printer for the destination.
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 PrintPreviewJob(printProWorkspace, imageColorManagement)
public PrintPreviewJob( 
   PrintPro printProWorkspace,
   Icm imageColorManagement
)
public: PrintPreviewJob( 
   PrintPro* printProWorkspace,
   Icm* imageColorManagement
)
public:
PrintPreviewJob( 
   PrintPro^ printProWorkspace,
   Icm^ imageColorManagement
)

Parameters

printProWorkspace
The workspace object to use with the job.
imageColorManagement
The image color management settings to use for the print job.
See Also

Reference

PrintPreviewJob Class
PrintPreviewJob Members
Overload List

 

 


©2019. Accusoft Corporation. All Rights Reserved.

Send Feedback