VintaSoft Imaging .NET SDK 14.0: Documentation for Web developer
Vintasoft.Imaging.Annotation.UI Namespace / WebAnnotatedThumbnailViewerJS type / set_ShowAnnotations Property
Syntax Exceptions BrowserCompatibility SeeAlso
set_ShowAnnotations Method
Sets a value indicating whether the viewer shows annotations on thumbnails.
Syntax
var instance = new Vintasoft.Imaging.Annotation.UI.WebAnnotatedThumbnailViewerJS(controlId);

var returnValue; // Type: any

// Parameters
var value; // Type: boolean

returnValue = instance.set_ShowAnnotations(value);

Parameters

value
True - the viewer will show annotations on thumbnails; False - the viewer will not show annotations on thumbnails. Default value is True.
Exceptions
ExceptionDescription
Thrown if argument has wrong type.
Browser Compatibility
56+
45+
11
See Also