VintaSoft Imaging .NET SDK 14.0: Documentation for Web developer
Vintasoft.Imaging.Dicom Namespace / WebDicomImageRulerCollectionJS type / getItem Property
Syntax BrowserCompatibility SeeAlso
In This Topic
    getItem Method
    In This Topic
    Returns ruler at the specified index.
    Syntax
    var instance = new Vintasoft.Imaging.Dicom.WebDicomImageRulerCollectionJS(dicomViewerControl);
    
    var value; // Type: Vintasoft.Imaging.Dicom.WebDicomImageRulerJS
    
    // Parameters
    var index; // Type: number
    
    value = instance.getItem(index);
    
    
    function getItem(
    index
    The zero-based index of ruler in this colleciton.
    : number
    ) : WebDicomImageRulerJS;

    Parameters

    index
    The zero-based index of ruler in this colleciton.

    Return Value

    ruler if text overlau is found, otherwise, null.
    Browser Compatibility
    56+
    45+
    11
    See Also