VintaSoft Imaging .NET SDK 14.0: Documentation for Web developer
Vintasoft.Imaging.Dicom Namespace / WebDicomTextOverlayCollectionJS type / contains Property
Syntax BrowserCompatibility SeeAlso
In This Topic
    contains Method
    In This Topic
    Returns a value indicating whether this collection contains specified text overlay.
    Syntax
    var instance = new Vintasoft.Imaging.Dicom.WebDicomTextOverlayCollectionJS();
    
    var value; // Type: boolean
    
    // Parameters
    var overlay; // Type: WebDicomTextOverlayJS
    
    value = instance.contains(overlay);
    
    
    function contains(
    overlay
    The 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.
    Browser Compatibility
    56+
    45+
    11
    See Also