Flags that indicate if the ICC profile is embedded or not, and if the ICC profile can be used independently from the embedded color data or not.
[FlagsAttribute()]public enum IccProfileFlags
<FlagsAttribute()>Public Enum IccProfileFlagsInherits System.EnumImplements System.IComparable, System.IConvertible, System.IFormattable
[FlagsAttribute()]public enum class IccProfileFlags : public System.Enum, System.IComparable, System.IConvertible, System.IFormattable
Members
| Value | Member | Description |
|---|---|---|
| 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 . |
| 0x00000000 | NotEmbeddedIccProfile | ICC profile is not embedded. |
| 0x00000000 | UseProfileAnyWhere | ICC profile can be used independently from color data. |
| 0x00000001 | EmbeddedIccProfile | ICC profile is embedded. |
| 0x00000002 | UseProfileWithEmbeddedDataOnly | ICC profile cannot be used independently from color data. |
You can use a bitwise OR ( ¦ ) to specify one flag from each group.
| 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 |
Raster .NET | C API | C++ Class Library | JavaScript HTML5
Document .NET | C API | C++ Class Library | JavaScript HTML5
Medical .NET | C API | C++ Class Library | JavaScript HTML5
Medical Web Viewer .NET
