VintaSoft Imaging .NET SDK 15.1: Documentation for Web developer
Vintasoft.Imaging.Dicom Namespace / WebDicomViewerControlJS type / set_CycleSlideBrowsing Property
Syntax BrowserCompatibility SeeAlso
In This Topic
set_CycleSlideBrowsing Method
In This Topic
Sets a value indicating whether DICOM viewer should cycle the slide browsing, i.e. DICOM viewer should go to the first slide after last slide.
Syntax
var instance = new Vintasoft.Imaging.Dicom.WebDicomViewerControlJS(parentDiv);

var returnValue; // Type: any

// Parameters
var value; // Type: boolean

returnValue = instance.set_CycleSlideBrowsing(value);

Parameters

value
True if DICOM viewer should cycle the slide browsing; otherwise, false. Default value is true.
Browser Compatibility
56+
45+
11
See Also