VintaSoft Imaging .NET SDK 12.4: Documentation for Web developer
Vintasoft.Imaging.Annotation.UI Namespace / WebAnnotatedThumbnailViewerJS 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.WebAnnotatedThumbnailViewerJS(controlId);
    
    var returnValue; // Type: any
    
    // Parameters
    var value; // Type: boolean
    
    returnValue = instance.set_DisableAnnotationDeserialization(value);
    
    
    function set_DisableAnnotationDeserialization(
    value
    True if viewer must not load annotations from the server-side; otherwise, false. Default value is False.
    : boolean
    ) : any;

    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