setRenderingSettings Method
In This Topic
Sets the rendering settings for all images from this collection.
Syntax
var instance = new Vintasoft.Shared.WebImageCollectionJS();
var value; // Type: any
// Parameters
var value; // Type: WebRenderingSettingsJS
value = instance.setRenderingSettings(value);
function setRenderingSettings(
: WebRenderingSettingsJS
) : any;
Parameters
- value
- WebRenderingSettingsJS for all images from this collection.
Exceptions
Exception | Description |
| Thrown if argument has wrong type. |
Browser Compatibility
See Also