VintaSoft Imaging .NET SDK 14.0: Documentation for Web developer
Vintasoft.Imaging.Dicom Namespace / WebDicomSeriesManagerControlJS type / get_SeriesImageCountAnchor Property
Syntax BrowserCompatibility SeeAlso
In This Topic
    get_SeriesImageCountAnchor Method
    In This Topic
    Gets the anchor for the 'series image count' label on series' thumbnail.
    Syntax
    var instance = new Vintasoft.Imaging.Dicom.WebDicomSeriesManagerControlJS(parentDiv);
    
    var value; // Type: Vintasoft.Imaging.Primitives.WebAnchorTypeEnumJS
    value = instance.get_SeriesImageCountAnchor();
    
    
    function get_SeriesImageCountAnchor() : WebAnchorTypeEnumJS;
    

    Return Value

    The anchor for the 'series image count' label on series' thumbnail.
    Browser Compatibility
    56+
    45+
    11
    See Also