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 IccProfileFlags : System.IComparable, System.IConvertible, System.IFormattable
Leadtools.ColorConversion.IccProfileFlags = function() { }; Leadtools.ColorConversion.IccProfileFlags.prototype = {
LeadtoolsMemberMarker(replace me) };
[FlagsAttribute()] public enum class IccProfileFlags : public System.Enum, System.IComparable, System.IConvertible, System.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. |
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: Windows 7, Windows Vista SP1 or later, Windows XP SP3, Windows Server 2008 (Server Core not supported), Windows Server 2008 R2 (Server Core supported with SP1 or later), Windows Server 2003 SP2