Leadtools.ColorConversion Namespace : IccProfileFlags Enumeration |
[FlagsAttribute()] public enum IccProfileFlags : System.Enum, System.IComparable, System.IConvertible, System.IFormattable
'Declaration <FlagsAttribute()> Public Enum IccProfileFlags Inherits System.Enum Implements System.IComparable, System.IConvertible, System.IFormattable
'Usage Dim instance As IccProfileFlags
[FlagsAttribute()] public enum class IccProfileFlags : public System.Enum, System.IComparable, System.IConvertible, System.IFormattable
Value | Member | Description |
---|---|---|
0x00000000 | NotEmbeddedIccProfile | ICC profile is not embedded. |
0x00000000 | UseProfileAnyWhere | ICC profile can be used independently from color data. |
0x00000000 | EmbeddedIccProfile | ICC profile is embedded. |
0x00000000 | None |
ICC profile is not embedded and ICC profile can be used independently from color data. Its value is equal to = IccProfileFlags.NotEmbeddedIccProfile | IccProfileFlags.UseProfileAnyWhere . |
0x00000002 | UseProfileWithEmbeddedDataOnly | ICC profile cannot be used independently from color data. |
Group | Flags |
Flags that indicate if the profile is embedded or not | EmbeddedIccProfile, NotEmbeddedIccProfile |
Flags that indicate if the profile can be used independently from the embedded color data or not | UseProfileAnyWhere, UseProfileWithEmbeddedDataOnly |
System.Object
System.ValueType
System.Enum
Leadtools.ColorConversion.IccProfileFlags