VintaSoft Imaging .NET SDK 14.1: Documentation for Web developer
Vintasoft.Imaging.Dicom Namespace / WebDicomViewerControlJS type / get_NavigateBySeries Property
Syntax BrowserCompatibility SeeAlso
In This Topic
    get_NavigateBySeries Method
    In This Topic
    Gets a value indicating whether DICOM viewer should navigate by DICOM series using interaction mode "WebDicomViewerInteractionModeEnumJS.Browse".
    Syntax
    var instance = new Vintasoft.Imaging.Dicom.WebDicomViewerControlJS(parentDiv);
    
    var value; // Type: boolean
    value = instance.get_NavigateBySeries();
    
    
    function get_NavigateBySeries() : boolean;
    

    Return Value

    True - DICOM viewer browses frames in DICOM series; False - DICOM viewer browses images in image collection of DICOM viewer.
    Browser Compatibility
    56+
    45+
    11
    See Also