Gets and sets a value that specifies how Image Color Management (ICM) is handled.
public: __property IcmMethod get_Method();
public: __property void set_Method(
IcmMethod value
);
'Declaration
Public Property Method As IcmMethod
'Usage
Dim instance As Icm
Dim value As IcmMethod
instance.Method = value
value = instance.Method
Property Value
An
IcmMethod enumeration value which determines how ICM is handled.