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);
function set_ThumbnailSize(
: object
) : any;
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
Exception | Description |
| Thrown if arguments have wrong types. |
Browser Compatibility
See Also