←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 to display the frames of a multi-frame image, in frames/second.

Requirements
Target Platforms
Help Version 21.0.2021.6.30
Products | Support | Contact Us | Intellectual Property Notices
© 1991-2021 LEAD Technologies, Inc. All Rights Reserved.

Leadtools.Dicom.Common Assembly

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