get_ThumbnailsFormat Method
In This Topic
Gets a format in which the viewer want to receive thumbnails.
Syntax
var instance = new Vintasoft.Imaging.UI.WebThumbnailViewerJS(controlId);
var value; // Type: Vintasoft.Shared.WebImageTypeEnumJS
value = instance.get_ThumbnailsFormat();
Return Value
An instance of
WebImageTypeEnumJS class that defines a format in which the viewer want to receive thumbnails. Default value is "Url".
Browser Compatibility
See Also