In This Topic
Sets the index of focused image.
Syntax
var instance = new Vintasoft.Imaging.UI.WebImageViewerJS(controlId);
var returnValue; // Type: any
// Parameters
var value; // Type: number
returnValue = instance.set_FocusedIndex(value);
function set_FocusedIndex(
: number
) : any;
Parameters
- value
- New index of focused image.
Exceptions
Exception | Description |
| Thrown if argument has wrong type. |
| Thrown if index is less than zero or index is equal to or greater than image collection length. |
Browser Compatibility
See Also