VintaSoft Imaging .NET SDK 14.1: Documentation for Web developer
Vintasoft.Imaging.UI Namespace / WebDocumentViewerBaseJS type / unregisterVisualTool Property
Syntax Exceptions BrowserCompatibility SeeAlso
In This Topic
    unregisterVisualTool Method
    In This Topic
    Unregisters the visual tool type.
    Syntax
    var instance = new Vintasoft.Imaging.UI.WebDocumentViewerBaseJS(settings);
    
    var value; // Type: any
    
    // Parameters
    var id; // Type: string
    
    value = instance.unregisterVisualTool(id);
    
    
    function unregisterVisualTool(
    id
    The identifier of visual tool type.
    : string
    ) : any;

    Parameters

    id
    The identifier of visual tool type.
    Exceptions
    ExceptionDescription
    Thrown if argument has wrong type.
    Thrown if ID is empty string.
    Browser Compatibility
    56+
    45+
    11
    See Also