Accusoft.PrintProSdk Namespace : IcmIntent Enumeration |
'Declaration Public Enum IcmIntent Inherits System.Enum
'Usage Dim instance As IcmIntent
public enum IcmIntent : System.Enum
__value public enum IcmIntent : public System.Enum
public enum class IcmIntent : public System.Enum
Member | Value | Description |
---|---|---|
ColorMetric | 3 | Color matching should optimize to match the exact color requested. This value is most appropriate for use with business logos or other images when an exact color is desired. |
Contrast | 2 | Color matching should optimize for color contrast. This value is the most appropriate choice for scanned or photographic images when dithering is desired. |
Saturation | 1 | Color matching should optimize for color saturation. This value is the most appropriate choice for business graphs when dithering is not desired. |
System.Object
System.ValueType
System.Enum
Accusoft.PrintProSdk.IcmIntent