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

    Parameters

    index
    The zero-based index of text overlay in this colleciton.

    Return Value

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