VintaSoft Imaging .NET SDK 15.1: 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);

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