←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 19.0.2017.10.27
Products | Support | Contact Us | Copyright Notices
© 1991-2017 LEAD Technologies, Inc. All Rights Reserved.

Leadtools.Dicom.Common Assembly