VintaSoft Imaging .NET SDK 15.1: Documentation for Web developer
Vintasoft.Imaging.Dicom Namespace / WebDicomViewerControlJS type / set_NavigateBySeries Property
Syntax BrowserCompatibility SeeAlso
In This Topic
set_NavigateBySeries Method
In This Topic
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