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);
function set_CycleSlideBrowsing(
: boolean
) : any;
Parameters
- value
- True if DICOM viewer should cycle the slide browsing; otherwise, false. Default value is true.
Browser Compatibility
See Also