In This Topic
Adds an image to the end of the collection.
Syntax
var instance = new Vintasoft.Shared.WebImageCollectionJS();
var value; // Type: any
// Parameters
var image; // Type: WebImageJS
value = instance.add(image);
Parameters
- image
- WebImageJS to add.
Exceptions
| Exception | Description |
| Thrown if argument has wrong type. |
| Thrown if image already exists in collection. |
Browser Compatibility
See Also