VintaSoft Imaging .NET SDK 12.5: Documentation for Web developer
Vintasoft.Imaging.Annotation.UI Namespace / WebAnnotatedThumbnailViewerJS type / set_LoadAnnotationsOnlyForVisibleThumbnails Property
Syntax Exceptions Remarks BrowserCompatibility SeeAlso
In This Topic
    set_LoadAnnotationsOnlyForVisibleThumbnails Method
    In This Topic
    Sets 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 returnValue; // Type: any
    
    // Parameters
    var value; // Type: boolean
    
    returnValue = instance.set_LoadAnnotationsOnlyForVisibleThumbnails(value);
    
    
    function set_LoadAnnotationsOnlyForVisibleThumbnails(
    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.
    : boolean
    ) : any;

    Parameters

    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.
    Exceptions
    ExceptionDescription
    Thrown if argument has wrong type.
    Remarks

    This property has no effect if "get_DisableAnnotationDeserialization" property is set to True.

    Browser Compatibility
    56+
    45+
    11
    See Also