In This Topic
Sets the thumbnail size in thumbnail viewer.
Syntax
var instance = new Vintasoft.Imaging.UI.WebThumbnailViewerJS(controlId);
var value; // Type: any
// Parameters
var width; // Type: number
var height; // Type: number
value = instance.setThumbnailSize(width, height);
function setThumbnailSize(
: number,
: number
) : any;
Parameters
- width
- Thumbnail width in pixels. Valid values are from 32 to 1024. Default value is 100.
- height
- Thumbnail height in pixels. Valid values are from 32 to 1024. Default value is 100.
Exceptions
Exception | Description |
| Thrown if arguments have wrong types. |
Browser Compatibility
See Also