ImageGear .NET - Updated
ImGearColorProfileActivationMode Enumeration




ImageGear24.Windows.Forms Assembly > ImageGear.Windows.Forms Namespace : ImGearColorProfileActivationMode Enumeration
Specifies color profile activation modes.
Syntax
'Declaration
 
Public Enum ImGearColorProfileActivationMode 
   Inherits System.Enum
'Usage
 
Dim instance As ImGearColorProfileActivationMode
public enum ImGearColorProfileActivationMode : System.Enum 
__value public enum ImGearColorProfileActivationMode : public System.Enum 
public enum class ImGearColorProfileActivationMode : public System.Enum 
Members
MemberDescription
DisableImageGear samples start with color profile support being disabled, and does not check image color space and color profiles after image loading.
EnableImageGear samples start with color profile support being enabled.
UndefinedImageGear samples start with color profile support being disabled. As soon as an image that does not follow the standard RGB color space is loaded, the sample opens a dialog suggesting to enable color profiles.
Inheritance Hierarchy

System.Object
   System.ValueType
      System.Enum
         ImageGear.Windows.Forms.ImGearColorProfileActivationMode

See Also

Reference

ImageGear.Windows.Forms Namespace