VintaSoft Imaging .NET SDK 14.0: Documentation for Web developer
Vintasoft.Imaging.Annotation.UI Namespace / WebAnnotationViewFabricJS type / unregisterAnnotation Property
Syntax Exceptions BrowserCompatibility SeeAlso
In This Topic
    unregisterAnnotation Method
    In This Topic
    Unregisters the annotation view type.
    Syntax
    var instance = new Vintasoft.Imaging.Annotation.UI.WebAnnotationViewFabricJS();
    
    var value; // Type: any
    
    // Parameters
    var id; // Type: string
    
    value = instance.unregisterAnnotation(id);
    
    
    function unregisterAnnotation(
    id
    The ID of the annotation view type.
    : string
    ) : any;

    Parameters

    id
    The ID of the annotation view type.
    Exceptions
    ExceptionDescription
    Thrown if argument has wrong type.
    Thrown if element ID is empty string.
    Browser Compatibility
    56+
    45+
    11
    See Also