var instance = new Vintasoft.Imaging.Annotation.UI.WebAnnotationViewerJS(controlId); var returnValue; // Type: any // Parameters var value; // Type: boolean returnValue = instance.set_LoadAnnotationsOnlyForVisibleImages(value);
function set_LoadAnnotationsOnlyForVisibleImages(
valueTrue - viewer must load annotation collections only for visible images; False - viewer must load annotation collections for all images. Default value is False.: boolean
) : any;
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.