VintaSoft Imaging .NET SDK 14.0: Documentation for Web developer
Vintasoft.Imaging.Dicom Namespace / WebDicomTextOverlayCollectionJS type / removeAt Property
Syntax BrowserCompatibility SeeAlso
In This Topic
    removeAt Method
    In This Topic
    Removes text overlay from this collection.
    Syntax
    var instance = new Vintasoft.Imaging.Dicom.WebDicomTextOverlayCollectionJS();
    
    var value; // Type: any
    
    // Parameters
    var index; // Type: number
    
    value = instance.removeAt(index);
    
    
    function removeAt(
    index
    The zero-based index of text overlay to remove.
    : number
    ) : any;

    Parameters

    index
    The zero-based index of text overlay to remove.
    Browser Compatibility
    56+
    45+
    11
    See Also