| Accusoft.PrintProSdk Namespace : IcmMethod Enumeration |
'Declaration Public Enum IcmMethod Inherits System.Enum
'Usage Dim instance As IcmMethod
public enum IcmMethod : System.Enum
__value public enum IcmMethod : public System.Enum
public enum class IcmMethod : public System.Enum
| Member | Value | Description |
|---|---|---|
| Device | 4 | Specifies that ICM is handled by the device. |
| Disabled | 1 | Specifies that ICM is disabled. |
| Driver | 3 | Specifies that ICM is handled by the device driver. |
| Profile | 5 | Specifies that PrintPRO will apply the ICM profile associated with the destination device (printer or monitor). |
| System | 2 | Specifies that ICM is handled by Windows. |
System.Object
System.ValueType
System.Enum
Accusoft.PrintProSdk.IcmMethod