←Select platform

PreferredPlaybackSequencing Property

Summary

Describes the preferred playback sequencing for the Image Box.

Syntax
C#
VB
C++
[Element(DicomTag.PreferredPlaybackSequencing)] 
public Nullable<PlaybackSequencing> PreferredPlaybackSequencing { get; set; } 
<ElementAttribute(New DicomTag.PreferredPlaybackSequencing())>  
Public Property PreferredPlaybackSequencing() As Nullable(Of PlaybackSequencing) 
   Get 
   Set 
public:  
   [ElementAttribute((gcnew DicomTag::PreferredPlaybackSequencing()))] 
   property Nullable<PlaybackSequencing^>^ PreferredPlaybackSequencing 
   { 
      Nullable<PlaybackSequencing^>^ get() 
      void set(Nullable<PlaybackSequencing^>^ value) 
   } 

Property Value

The preferred playback sequencing for the Image Box.

Requirements

Target Platforms

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

Leadtools.Dicom.Common Assembly