←Select platform

IccProfileFlags Enumeration

Summary

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

C#
VB
C++
[FlagsAttribute()] 
public enum IccProfileFlags 
  
<FlagsAttribute()> 
Public Enum IccProfileFlags  
   Inherits System.Enum 
   Implements System.IComparable, System.IConvertible, System.IFormattable  
[FlagsAttribute()] 
public enum class IccProfileFlags : public System.Enum, System.IComparable, System.IConvertible, System.IFormattable   

Members

ValueMemberDescription
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

.
0x00000000NotEmbeddedIccProfileICC profile is not embedded.
0x00000000UseProfileAnyWhereICC profile can be used independently from color data.
0x00000001EmbeddedIccProfileICC profile is embedded.
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
Requirements

Target Platforms

Help Version 19.0.2017.10.27
Products | Support | Contact Us | Copyright Notices
© 1991-2017 LEAD Technologies, Inc. All Rights Reserved.

Leadtools.ColorConversion Assembly