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

var returnValue; // Type: any

// Parameters
var value; // Type: object

returnValue = instance.set_ThumbnailSize(value);

Parameters

value
Size object ({ width: w, height: h }) that represents thumbnail size in pixels. Width and height can have value from 32 to 1024.
Exceptions
ExceptionDescription
Thrown if arguments have wrong types.
Browser Compatibility
56+
45+
11
See Also