VintaSoft Imaging .NET SDK 12.4: Documentation for Web developer
Vintasoft.Imaging.Annotation.UI Namespace / WebAnnotationViewerJS 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.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.
    Browser Compatibility
    56+
    45+
    11
    See Also