LEADTOOLS Color Conversion (Leadtools.ColorConversion assembly)
LEAD Technologies, Inc

IccProfileFlags Enumeration






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. .NET support
Syntax
'Declaration
 
<FlagsAttribute()>
Public Enum IccProfileFlags 
   Inherits System.Enum
   Implements System.IComparableSystem.IConvertibleSystem.IFormattable 
'Usage
 
Dim instance As IccProfileFlags
Leadtools.ColorConversion.IccProfileFlags = function() { };
Leadtools.ColorConversion.IccProfileFlags.prototype = {
LeadtoolsMemberMarker(replace me) };
[FlagsAttribute()]
public enum class IccProfileFlags : public System.Enum, System.IComparableSystem.IConvertibleSystem.IFormattable  
Members
MemberDescription
EmbeddedIccProfileICC 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

.
NotEmbeddedIccProfileICC profile is not embedded.
UseProfileAnyWhereICC profile can be used independently from color data.
UseProfileWithEmbeddedDataOnlyICC 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: 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

See Also

Reference

Leadtools.ColorConversion Namespace

 

 


Products | Support | Contact Us | Copyright Notices

© 2006-2012 All Rights Reserved. LEAD Technologies, Inc.