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);
function setDecodingSettings(
: WebDecodingSettingsJS
) : any;
Parameters
- value
- WebDecodingSettingsJS for all images from this collection.
Exceptions
Exception | Description |
| Thrown if argument has wrong type. |
Browser Compatibility
See Also