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

    Return Value

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