Accusoft.PrintPro8.Net
PrintPreviewJob Constructor(Printer,Icm,String)




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

Parameters

printer
The printer the print preview job is to print to.
imageColorManagement
The image color management settings to use for the print job.
name
The name to use for the print job.
See Also

Reference

PrintPreviewJob Class
PrintPreviewJob Members
Overload List

 

 


©2019. Accusoft Corporation. All Rights Reserved.

Send Feedback