set_ThumbnailsFormat Method
In This Topic
Sets a format in which the viewer want to receive thumbnails.
Syntax
var instance = new Vintasoft.Imaging.UI.WebThumbnailViewerJS(controlId);
var returnValue; // Type: any
// Parameters
var value; // Type: WebImageTypeEnumJS
returnValue = instance.set_ThumbnailsFormat(value);
function set_ThumbnailsFormat(
: WebImageTypeEnumJS
) : any;
Parameters
- value
- An instance of WebImageTypeEnumJS class that defines a format in which the viewer want to receive thumbnails. Default value is "Url".
Exceptions
Exception | Description |
| Thrown if argument has wrong type. |
Browser Compatibility
See Also