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(
: string
) : any;
Parameters
- id
- The ID of the annotation view type.
Exceptions
Exception | Description |
| Thrown if argument has wrong type. |
| Thrown if element ID is empty string. |
Browser Compatibility
See Also