DicomObjects Reference
DicomObjects Reference / doCineMode Enumeration
In This Topic
    doCineMode Enumeration
    In This Topic
    Description
    The mode used by the DicomImage.CineMode Property
    Members
    MemberValueDescription
    doCineForward1A single run is made through the frames, and at the end, the value of this property reverts to doCineStatic
    doCineOscillate4The sequence runs from the first frame to the last, and then back through the frames to the first, and the process then restarts.
    doCineRepeat3The sequence of frames is run continuously from the first, to the last, and the sequence then restarts.
    doCineRepeatReverse5The sequence of frames is run continuously from the last, to the first, and the sequence then restarts.
    doCineReverse2A single run is made through the frames in reverse, and at the end (frame 1), the value of this property reverts to doCineStatic
    doCineStatic0The default mode.  The displayed frame is selected by the Frame property, and does not change.