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

    Parameters

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