LEADTOOLS Color Conversion (Leadtools.ColorConversion assembly)

IccProfileFlags Enumeration

Show in webframe





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.
Syntax
'Declaration
 
<FlagsAttribute()>
Public Enum IccProfileFlags 
   Inherits System.Enum
   Implements System.IComparableSystem.IConvertibleSystem.IFormattable 
'Usage
 
Dim instance As IccProfileFlags

            

            
[FlagsAttribute()]
public enum class IccProfileFlags : public System.Enum, System.IComparableSystem.IConvertibleSystem.IFormattable  
Members
ValueMemberDescription
0x00000000NotEmbeddedIccProfileICC profile is not embedded.
0x00000000UseProfileAnyWhereICC profile can be used independently from color data.
0x00000000EmbeddedIccProfileICC profile is embedded.
0x00000000None

ICC profile is not embedded and ICC profile can be used independently from color data.

Its value is equal to = IccProfileFlags.NotEmbeddedIccProfile | IccProfileFlags.UseProfileAnyWhere

.
0x00000002UseProfileWithEmbeddedDataOnlyICC profile cannot be used independently from color data.
Remarks
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
Inheritance Hierarchy

System.Object
   System.ValueType
      System.Enum
         Leadtools.ColorConversion.IccProfileFlags

Requirements

Target Platforms

See Also

Reference

Leadtools.ColorConversion Namespace

 

 


Products | Support | Contact Us | Copyright Notices
© 2006-2014 All Rights Reserved. LEAD Technologies, Inc.