Visual Basic (Declaration) | |
---|---|
<FlagsAttribute()> Public Enum IccProfileFlags Inherits Enum |
Visual Basic (Usage) | Copy Code |
---|---|
|
C# | |
---|---|
[FlagsAttribute()] public enum IccProfileFlags : Enum |
Managed Extensions for C++ | |
---|---|
[FlagsAttribute()] __value public enum IccProfileFlags : public Enum |
C++/CLI | |
---|---|
[FlagsAttribute()] public enum class IccProfileFlags : public Enum |
Member | Description |
---|---|
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 . |
EmbeddedIccProfile | ICC profile is embedded. |
NotEmbeddedIccProfile | ICC profile is not embedded. |
UseProfileAnyWhere | ICC profile can be used independently from color data. |
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 |
System.Object
System.ValueType
System.Enum
Leadtools.ColorConversion.IccProfileFlags
Target Platforms: Microsoft .NET Framework 2.0, Windows 98, Windows NT 4.0, Windows Millennium Edition, Windows 2000, Windows XP Home Edition, Windows XP Professional, Windows Server 2003 family