'Declaration
Public Function New( _
ByVal As Printer, _
ByVal As Icm, _
ByVal As Boolean _
)
'Usage
Dim printer As Printer
Dim imageColorManagement As Icm
Dim useHardwareMargins As Boolean
Dim instance As New PrintJob(printer, imageColorManagement, useHardwareMargins)