var instance = new Vintasoft.Imaging.Annotation.UI.WebAnnotationViewerJS(controlId); var returnValue; // Type: any // Parameters var value; // Type: boolean returnValue = instance.set_LoadAnnotationsOnlyForDisplayedImages(value);
function set_LoadAnnotationsOnlyForDisplayedImages(
valueTrue - viewer must load annotation collections only for displayed images; False - viewer must load annotation collections for all images. Default value is True.: boolean
) : any;
Parameters
- value
- True - viewer must load annotation collections only for displayed images; False - viewer must load annotation collections for all images. Default value is True.