VintaSoft Imaging .NET SDK 14.0: Documentation for Web developer
Vintasoft.Imaging.Annotation.UI Namespace / WebAnnotatedThumbnailViewerJS type / get_ShowAnnotations Property
Syntax BrowserCompatibility SeeAlso
In This Topic
    get_ShowAnnotations Method
    In This Topic
    Gets a value indicating whether the viewer shows annotations on thumbnails.
    Syntax
    var instance = new Vintasoft.Imaging.Annotation.UI.WebAnnotatedThumbnailViewerJS(controlId);
    
    var value; // Type: boolean
    value = instance.get_ShowAnnotations();
    
    
    function get_ShowAnnotations() : boolean;
    

    Return Value

    True - the viewer will show annotations on thumbnails; False - the viewer will not show annotations on thumbnails. Default value is True.
    Browser Compatibility
    56+
    45+
    11
    See Also