Accusoft.PrintProSdk Namespace > PrintJob Class > PrintJob Constructor : PrintJob Constructor(Printer,Icm,Boolean,String) |
'Declaration Public Function New( _ ByVal printer As Printer, _ ByVal imageColorManagement As Icm, _ ByVal useHardwareMargins As Boolean, _ ByVal name As String _ )
'Usage Dim printer As Printer Dim imageColorManagement As Icm Dim useHardwareMargins As Boolean Dim name As String Dim instance As New PrintJob(printer, imageColorManagement, useHardwareMargins, name)
public PrintJob( Printer printer, Icm imageColorManagement, bool useHardwareMargins, string name )
public: PrintJob( Printer* printer, Icm* imageColorManagement, bool useHardwareMargins, string* name )
public: PrintJob( Printer^ printer, Icm^ imageColorManagement, bool useHardwareMargins, String^ name )