VintaSoft Twain .NET SDK 15.4: 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();

Return Value

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