←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#
C++/CLI
Python
[FlagsAttribute()] 
public enum IccProfileFlags 
[FlagsAttribute()] 
public enum class IccProfileFlags : public System.Enum, System.IComparable, System.IConvertible, System.IFormattable   
class IccProfileFlags(Enum): 
   NotEmbeddedIccProfile = 0 
   NotEmbeddedIccProfile = 0 
   NotEmbeddedIccProfile = 0 
   None, UseProfileAnyWhere, EmbeddedIccProfile = 1 
   None, UseProfileAnyWhere, UseProfileWithEmbeddedDataOnly = 2 
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 23.0.2024.2.29
Products | Support | Contact Us | Intellectual Property Notices
© 1991-2024 LEAD Technologies, Inc. All Rights Reserved.

Leadtools.ColorConversion Assembly

Products | Support | Contact Us | Intellectual Property Notices
© 1991-2023 LEAD Technologies, Inc. All Rights Reserved.