VintaSoft Imaging .NET SDK 14.1: Documentation for Web developer
Vintasoft.Imaging.Dicom Namespace / WebDicomImageRulerCollectionJS type / contains Property
Syntax BrowserCompatibility SeeAlso
In This Topic
    contains Method
    In This Topic
    Returns a value indicating whether this collection contains specified ruler.
    Syntax
    var instance = new Vintasoft.Imaging.Dicom.WebDicomImageRulerCollectionJS(dicomViewerControl);
    
    var value; // Type: boolean
    
    // Parameters
    var ruler; // Type: WebDicomImageRulerJS
    
    value = instance.contains(ruler);
    
    
    function contains(
    ruler
    The ruler to locate in this collection.
    : WebDicomImageRulerJS
    ) : boolean;

    Parameters

    ruler
    The ruler to locate in this collection.

    Return Value

    True if item is found in this collection; otherwise, false.
    Browser Compatibility
    56+
    45+
    11
    See Also