VintaSoft Imaging .NET SDK 15.1: Documentation for Web developer
Vintasoft.Imaging.UI Namespace / WebThumbnailViewerJS type / getThumbnailCanvas Property
Syntax Exceptions BrowserCompatibility SeeAlso
In This Topic
getThumbnailCanvas Method
In This Topic
Returns the canvas of specified thumbnail.
Syntax
var instance = new Vintasoft.Imaging.UI.WebThumbnailViewerJS(controlId);

var value; // Type: object

// Parameters
var index; // Type: number

value = instance.getThumbnailCanvas(index);

Parameters

index
Zero-based index of image in image collection.

Return Value

Canvas of specified thumbnail.
Exceptions
ExceptionDescription
Thrown if argument has wrong type.
Thrown if index is less than zero or index is greater than image collection length.
Browser Compatibility
56+
45+
11
See Also