VintaSoft Imaging .NET SDK 15.1: Documentation for Web developer
Vintasoft.Imaging.Dicom Namespace / WebDicomTextOverlayCollectionJS type / remove Property
Syntax BrowserCompatibility SeeAlso
In This Topic
remove Method
In This Topic
Removes text overlay from this colleciton.
Syntax
var instance = new Vintasoft.Imaging.Dicom.WebDicomTextOverlayCollectionJS();

var value; // Type: any

// Parameters
var overlay; // Type: WebDicomTextOverlayJS

value = instance.remove(overlay);

Parameters

overlay
The text overlay to remove.
Browser Compatibility
56+
45+
11
See Also