VintaSoft Imaging .NET SDK 14.0: Documentation for Web developer
Vintasoft.Imaging.Dicom Namespace / WebDicomTextOverlayCollectionJS type / addRange Property
Syntax BrowserCompatibility SeeAlso
In This Topic
    addRange Method
    In This Topic
    Adds an array of text overlays to this collection.
    Syntax
    var instance = new Vintasoft.Imaging.Dicom.WebDicomTextOverlayCollectionJS();
    
    var value; // Type: any
    
    // Parameters
    var array; // Type: WebDicomTextOverlayJS[]
    
    value = instance.addRange(array);
    
    
    function addRange(
    array
    An array that contains instances of WebDicomTextOverlayJS class.
    : WebDicomTextOverlayJS[]
    ) : any;

    Parameters

    array
    An array that contains instances of WebDicomTextOverlayJS class.
    Browser Compatibility
    56+
    45+
    11
    See Also