VintaSoft Imaging .NET SDK 15.1: Documentation for Web developer
Vintasoft.Imaging.Dicom Namespace / WebDicomViewerControlJS type / get_CycleSlideBrowsing Property
Syntax BrowserCompatibility SeeAlso
In This Topic
get_CycleSlideBrowsing Method
In This Topic
Gets 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 value; // Type: boolean
value = instance.get_CycleSlideBrowsing();

Return Value

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