Visual Basic (Declaration) | |
---|---|
<FlagsAttribute()> Public Enum IccProfileFlags Inherits System.Enum Implements IComparable, IConvertible, IFormattable |
Visual Basic (Usage) | Copy Code |
---|---|
Dim instance As IccProfileFlags |
C# | |
---|---|
[FlagsAttribute()] public enum IccProfileFlags : System.Enum, IComparable, IConvertible, IFormattable |
C++/CLI | |
---|---|
[FlagsAttribute()] public enum class IccProfileFlags : public System.Enum, IComparable, IConvertible, IFormattable |
Member | Description |
---|---|
EmbeddedIccProfile | ICC profile is embedded. |
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 . |
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: Silverlight 3.0, Windows XP, Windows Server 2003 family, Windows Server 2008 family, Windows Vista, Windows 7, MAC OS/X (Intel Only)