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

var returnValue; // Type: any

// Parameters
var value; // Type: boolean

returnValue = instance.set_DisableAnnotationDeserialization(value);

Parameters

value
True if viewer must not load annotations from the server-side; otherwise, false. Default value is False.
Exceptions
ExceptionDescription
Thrown if argument has wrong type.
Thrown if viewer has a master viewer.
Browser Compatibility
56+
45+
11
See Also