VintaSoft Imaging .NET SDK 14.0: Documentation for Web developer
Vintasoft.Imaging.Dicom Namespace / WebDicomSeriesManagerControlJS type / scrollToSeries Property
Syntax BrowserCompatibility SeeAlso
In This Topic
    scrollToSeries Method
    In This Topic
    Scrolls to the series, which is specified by the series indentifier.
    Syntax
    var instance = new Vintasoft.Imaging.Dicom.WebDicomSeriesManagerControlJS(parentDiv);
    
    var value; // Type: any
    
    // Parameters
    var seriesIdentifier; // Type: string
    
    value = instance.scrollToSeries(seriesIdentifier);
    
    
    function scrollToSeries(
    seriesIdentifier
    The series identifier.
    : string
    ) : any;

    Parameters

    seriesIdentifier
    The series identifier.
    Browser Compatibility
    56+
    45+
    11
    See Also