VintaSoft Twain .NET SDK 15.4: Documentation for Web developer
Vintasoft.Shared Namespace / WebDecodingSettingsJS type / set_IsColorManagementEnabled Property
Syntax Exceptions BrowserCompatibility SeeAlso
In This Topic
set_IsColorManagementEnabled Method
In This Topic
Sets a value indicating whether the color management is enabled.
Syntax
var instance = new Vintasoft.Shared.WebDecodingSettingsJS();

var returnValue; // Type: any

// Parameters
var value; // Type: boolean

returnValue = instance.set_IsColorManagementEnabled(value);

Parameters

value
True - the color management is enabled; False - the color management is disabled. Default value is True.
Exceptions
ExceptionDescription
Thrown if argument has wrong type.
Browser Compatibility
9
See Also