VintaSoft Imaging .NET SDK 15.1: Documentation for Web developer
Vintasoft.Imaging.UI Namespace / WebThumbnailViewerJS type / get_ThumbnailsFormat Property
Syntax BrowserCompatibility SeeAlso
In This Topic
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
56+
45+
11
See Also