VintaSoft Twain .NET SDK 15.4: Документация для Веб разработчика
Vintasoft.Shared Namespace / WebDecodingSettingsJS type / set_IsColorManagementEnabled Property
Синтаксис Exceptions Совместимость с браузерами Смотрите также
В этом разделе
set_IsColorManagementEnabled Метод
В этом разделе
Sets a value indicating whether the color management is enabled.
Синтаксис
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.
Исключения
ИсключениеОписание
Thrown if argument has wrong type.
Смотрите также