←Select platform

PlaybackSequencing Enumeration

Summary

Describes the preferred playback sequencing for the Image Box.

Syntax
C#
C++/CLI
public enum PlaybackSequencing 
public: 
   enum class PlaybackSequencing sealed 
Members
Value Member Description
0 Looping (1,2...n,1,2,...n,1,2,....n,...)
1 Sweeping (1,2,...n,n-1,...2,1,2,...n,...)
2 Stop (1,2...n)
3 SweepingStop Sweeping one time
4 Backward (n, n-1,...1)
5 BackwardStop Backward one time
6 Shuffle Random
7 ShuffleStop Random one time
Requirements

Target Platforms

Help Version 23.0.2024.2.29
Products | Support | Contact Us | Intellectual Property Notices
© 1991-2024 LEAD Technologies, Inc. All Rights Reserved.

Leadtools.Dicom.Common Assembly

Products | Support | Contact Us | Intellectual Property Notices
© 1991-2023 LEAD Technologies, Inc. All Rights Reserved.