Returns a value indicating whether this collection contains specified text overlay.
var instance = new Vintasoft.Imaging.Dicom.WebDicomTextOverlayCollectionJS();
var value; // Type: boolean
// Parameters
var overlay; // Type: WebDicomTextOverlayJS
value = instance.contains(overlay);
Parameters
- overlay
- The text overlay to locate in this collection.
Return Value
True if item is found in this collection; otherwise, false.