Accusoft.PrintPro8.Net
PrintJob Constructor(Printer,Icm,Boolean)




The Printer the print job is to print to.
The Icm image color management settings to use for the print job.
A boolean value which determines whether or not to use hardware margins when printing.
Creates a new print job using the specified printer for the destination.
Syntax
'Declaration
 
Public Function New( _
   ByVal printer As Printer, _
   ByVal imageColorManagement As Icm, _
   ByVal useHardwareMargins As Boolean _
)
'Usage
 
Dim printer As Printer
Dim imageColorManagement As Icm
Dim useHardwareMargins As Boolean
 
Dim instance As New PrintJob(printer, imageColorManagement, useHardwareMargins)
public PrintJob( 
   Printer printer,
   Icm imageColorManagement,
   bool useHardwareMargins
)
public: PrintJob( 
   Printer* printer,
   Icm* imageColorManagement,
   bool useHardwareMargins
)
public:
PrintJob( 
   Printer^ printer,
   Icm^ imageColorManagement,
   bool useHardwareMargins
)

Parameters

printer
The Printer the print job is to print to.
imageColorManagement
The Icm image color management settings to use for the print job.
useHardwareMargins
A boolean value which determines whether or not to use hardware margins when printing.
See Also

Reference

PrintJob Class
PrintJob Members
Overload List

 

 


©2019. Accusoft Corporation. All Rights Reserved.

Send Feedback