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);
function set_DisableAnnotationDeserialization(
: boolean
) : any;
Parameters
- value
- True if viewer must not load annotations from the server-side; otherwise, false. Default value is False.
Exceptions
Exception | Description |
| Thrown if argument has wrong type. |
| Thrown if viewer has a master viewer. |
Browser Compatibility
See Also