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