VintaSoft Imaging .NET SDK 14.1: Documentation for Web developer
Vintasoft.Imaging.Dicom Namespace / WebDicomViewerControlJS type / set_NavigateBySeries Property
Syntax BrowserCompatibility SeeAlso
    set_NavigateBySeries Method
    Sets 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 returnValue; // Type: any
    
    // Parameters
    var value; // Type: boolean
    
    returnValue = instance.set_NavigateBySeries(value);
    
    

    Parameters

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