VintaSoft Twain .NET SDK 15.4: Documentation for Web developer
Vintasoft.Shared Namespace / WebImageCollectionJS type / setDecodingSettings Methods / setDecodingSettings(Vintasoft.Shared.WebDecodingSettingsJS) Property
Syntax Exceptions BrowserCompatibility SeeAlso
In This Topic
setDecodingSettings(Vintasoft.Shared.WebDecodingSettingsJS) Method
In This Topic
Sets the decoding settings for all images from this collection.
Syntax
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.
Exceptions
ExceptionDescription
Thrown if argument has wrong type.
Browser Compatibility
9
See Also