VintaSoft Twain .NET SDK 15.4: Документация для Веб разработчика
Vintasoft.Shared Namespace / WebImageCollectionJS type / setDecodingSettings Methods / setDecodingSettings(Vintasoft.Shared.WebDecodingSettingsJS) Property
Синтаксис Exceptions Совместимость с браузерами Смотрите также
В этом разделе
setDecodingSettings(Vintasoft.Shared.WebDecodingSettingsJS) Метод
В этом разделе
Sets the decoding settings for all images from this collection.
Синтаксис
var instance = new Vintasoft.Shared.WebImageCollectionJS();

var value; // Type: any

// Parameters
var value; // Type: WebDecodingSettingsJS

value = instance.setDecodingSettings(value);

Parameters

value
WebDecodingSettingsJS for all images from this collection.
Исключения
ИсключениеОписание
Thrown if argument has wrong type.
Смотрите также