←Select platform

RecommendedDisplayFrameRate Property

Summary

Recommended rate at which the frames of a multi-frame image shall be displayed, in frames/second.

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

Property Value

Recommended rate at which the frames of a multi-frame image shall be displayed, in frames/second.

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