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);
function set_DecodingSettings(
: WebDecodingSettingsJS
) : any;
Parameters
- value
- WebDecodingSettingsJS of this image.
Exceptions
Exception | Description |
| Thrown if argument has wrong type. |
Browser Compatibility
See Also