Gets the Image Color Management values that the print job is using.
public: __property Icm* get_Icm();
public:
property Icm^ Icm {
Icm^ get();
}
'Declaration
Public ReadOnly Property Icm As Icm
'Usage
Dim instance As PrintJob
Dim value As Icm
value = instance.Icm
Property Value
An
Icm object which contains information about the image color management that the print job is using.