In This Topic
Returns an image.
Syntax
var instance = new Vintasoft.Shared.WebImageCollectionJS();
var value; // Type: Vintasoft.Shared.WebImageJS
// Parameters
var index; // Type: number
value = instance.getImage(index);
Parameters
- index
- Zero-based index of image in image collection.
Return Value
Exceptions
| Exception | Description |
| Thrown if argument has wrong type. |
| Thrown if index is less than zero or index is equal to or greater than collection length. |
Browser Compatibility
See Also