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();
function get_CycleSlideBrowsing() : boolean;
Return Value
True if DICOM viewer should cycle the slide browsing; otherwise, false.
Browser Compatibility
See Also