VintaSoft Barcode .NET SDK 15.1: Documentation for Web developer
Vintasoft.Shared Namespace / WebDecodingSettingsJS type / get_IsColorManagementEnabled Property
Syntax BrowserCompatibility SeeAlso
In This Topic
    get_IsColorManagementEnabled Method
    In This Topic
    Gets a value indicating whether the color management is enabled.
    Syntax
    var instance = new Vintasoft.Shared.WebDecodingSettingsJS();
    
    var value; // Type: boolean
    value = instance.get_IsColorManagementEnabled();
    
    
    function get_IsColorManagementEnabled() : boolean;
    

    Return Value

    True - the color management is enabled; False - the color management is disabled. Default value is True.
    Browser Compatibility
    9
    5
    11
    5
    See Also