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

    Return Value

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