C#
VB
C++
Recommended rate at which the frames of a multi-frame image shall be displayed, in frames/second.
[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)
}
Recommended rate at which the frames of a multi-frame image shall be displayed, in frames/second.
Raster .NET | C API | C++ Class Library | JavaScript HTML5
Document .NET | C API | C++ Class Library | JavaScript HTML5
Medical .NET | C API | C++ Class Library | JavaScript HTML5
Medical Web Viewer .NET