RecommendedDisplayFrameRate Property (original) (raw)
Summary
Recommended rate at which the frames of a multi-frame image shall be displayed, in frames/second.
Syntax
[Element(DicomTag.RecommendedDisplayFrameRate)]
public Nullable<int> RecommendedDisplayFrameRate {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.
Leadtools.Dicom.Common Assembly