get_DisableAnnotationDeserialization Method
Gets a value indicating whether viewer must load annotations from the server-side.
var instance = new Vintasoft.Imaging.Annotation.UI.WebAnnotationViewerJS(controlId);
var value; // Type: boolean
value = instance.get_DisableAnnotationDeserialization();
function get_DisableAnnotationDeserialization() : boolean;
Return Value
True if viewer must not load annotations from the server-side; otherwise, false. Default value is False.