ImageGear v26.3 - Updated
ImageGear.Core Assembly / ImageGear.Core Namespace / ImGearColorProfileManager Class / EnableProfiles Property




In This Topic
    EnableProfiles Property
    In This Topic
    Gets or sets a value indicating whether the automatic use of color profiles for color space conversion operations is enabled.
    Syntax
    'Declaration
     
    Public Shared Property EnableProfiles As Boolean
    'Usage
     
    Dim value As Boolean
     
    ImGearColorProfileManager.EnableProfiles = value
     
    value = ImGearColorProfileManager.EnableProfiles
    public static bool EnableProfiles {get; set;}
    public: __property static bool get_EnableProfiles();
    public: __property static void set_EnableProfiles( 
       bool value
    );
    public:
    static property bool EnableProfiles {
       bool get();
       void set (    bool value);
    }

    Property Value

    Boolean value.
    Remarks
    If this property is enabled, global color profiles (specified by other properties of this object such as CmykProfile property and RgbProfile property) and local color profiles (ImGearRasterPage.ColorProfile property) will be used to perform color space conversions. The default value is false.
    See Also