set_ThumbnailScale Method
In This Topic
Sets the scale of thumbnails.
Syntax
var instance = new Vintasoft.Imaging.UI.WebThumbnailViewerJS(controlId);
var returnValue; // Type: any
// Parameters
var value; // Type: WebThumbnailScaleEnumJS
returnValue = instance.set_ThumbnailScale(value);
function set_ThumbnailScale(
: WebThumbnailScaleEnumJS
) : any;
Parameters
- value
- An instance of WebThumbnailScaleEnumJS class. Default value is "Normal".
Exceptions
Exception | Description |
| Thrown if argument has wrong type. |
Browser Compatibility
See Also