VintaSoft Imaging .NET SDK 15.1: Documentation for Web developer
Vintasoft.Imaging.Annotation.UI Namespace / WebAnnotationViewerJS type / set_LoadAnnotationsOnlyForVisibleImages Property
Syntax Exceptions Remarks BrowserCompatibility SeeAlso
In This Topic
set_LoadAnnotationsOnlyForVisibleImages Method
In This Topic
Sets 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 returnValue; // Type: any

// Parameters
var value; // Type: boolean

returnValue = instance.set_LoadAnnotationsOnlyForVisibleImages(value);

Parameters

value
True - viewer must load annotation collections only for visible images; False - viewer must load annotation collections for all images. Default value is False.
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