VintaSoft Imaging .NET SDK 12.5: Documentation for Web developer
Vintasoft.Imaging.Annotation.UI Namespace / WebAnnotatedThumbnailViewerJS type / get_LoadAnnotationsOnlyForVisibleThumbnails Property
Syntax BrowserCompatibility SeeAlso
In This Topic
    get_LoadAnnotationsOnlyForVisibleThumbnails Method
    In This Topic
    Gets a value indicating whether the viewer must load annotation collections only for visible thumbnails.
    Syntax
    var instance = new Vintasoft.Imaging.Annotation.UI.WebAnnotatedThumbnailViewerJS(controlId);
    
    var value; // Type: boolean
    value = instance.get_LoadAnnotationsOnlyForVisibleThumbnails();
    
    
    function get_LoadAnnotationsOnlyForVisibleThumbnails() : boolean;
    

    Return Value

    True - viewer must load annotation collections only for visible thumbnails; False - viewer must load annotation collections only for all thumbnails. Default value is True.
    Browser Compatibility
    56+
    45+
    11
    See Also