VintaSoft Imaging .NET SDK 15.1: Documentation for Web developer
Vintasoft.Imaging.Annotation.UI Namespace / WebAnnotatedThumbnailViewerJS type / get_DisableAnnotationDeserialization Property
Syntax BrowserCompatibility SeeAlso
In This Topic
get_DisableAnnotationDeserialization Method
In This Topic
Gets a value indicating whether viewer must load annotations from the server-side.
Syntax
var instance = new Vintasoft.Imaging.Annotation.UI.WebAnnotatedThumbnailViewerJS(controlId);

var value; // Type: boolean
value = instance.get_DisableAnnotationDeserialization();

Return Value

True if viewer must not load annotations from the server-side; otherwise, false. Default value is False.
Browser Compatibility
56+
45+
11
See Also