VintaSoft Imaging .NET SDK 14.0: Documentation for Web developer
Vintasoft.Imaging.Dicom Namespace / WebDicomImageRulerCollectionJS type / insert Property
Syntax BrowserCompatibility SeeAlso
In This Topic
    insert Method
    In This Topic
    Inserts ruler to this collection.
    Syntax
    var instance = new Vintasoft.Imaging.Dicom.WebDicomImageRulerCollectionJS(dicomViewerControl);
    
    var value; // Type: any
    
    // Parameters
    var index; // Type: number
    var ruler; // Type: WebDicomImageRulerJS
    
    value = instance.insert(index, ruler);
    
    
    function insert(
    index
    The zero-based index at which item should be inserted.
    : number,
    ruler
    The ruler to insert.
    : WebDicomImageRulerJS
    ) : any;

    Parameters

    index
    The zero-based index at which item should be inserted.
    ruler
    The ruler to insert.
    Browser Compatibility
    56+
    45+
    11
    See Also