VintaSoft Imaging .NET SDK 14.0: Documentation for Web developer
Vintasoft.Imaging.Dicom Namespace / WebDicomImageRulerCollectionJS type / remove Property
Syntax BrowserCompatibility SeeAlso
In This Topic
    remove Method
    In This Topic
    Removes ruler from this colleciton.
    Syntax
    var instance = new Vintasoft.Imaging.Dicom.WebDicomImageRulerCollectionJS(dicomViewerControl);
    
    var value; // Type: any
    
    // Parameters
    var ruler; // Type: WebDicomImageRulerJS
    
    value = instance.remove(ruler);
    
    
    function remove(
    ruler
    The ruler to remove.
    : WebDicomImageRulerJS
    ) : any;

    Parameters

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