VintaSoft Twain .NET SDK 15.4: Documentation for Web developer
Vintasoft.Shared Namespace / WebImageJS type / set_DecodingSettings Property
Syntax Exceptions BrowserCompatibility SeeAlso
In This Topic
set_DecodingSettings Method
In This Topic
Sets the decoding settings of this image.
Syntax
var instance = new Vintasoft.Shared.WebImageJS(imageSource, pageIndex);

var returnValue; // Type: any

// Parameters
var value; // Type: WebDecodingSettingsJS

returnValue = instance.set_DecodingSettings(value);

Parameters

value
WebDecodingSettingsJS of this image.
Exceptions
ExceptionDescription
Thrown if argument has wrong type.
Browser Compatibility
9
See Also