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

var returnValue; // Type: any

// Parameters
var value; // Type: WebThumbnailAppearanceJS

returnValue = instance.set_SelectedThumbnailAppearance(value);

Parameters

value
WebThumbnailAppearanceJS of the selected thumbnail.
Exceptions
ExceptionDescription
Thrown if argument has wrong type.
Browser Compatibility
56+
45+
11
See Also