Gets or sets the application's maximum repaint time.
[DataMemberAttribute()]
[ElementAttribute(7471374)]
public System.Nullable<int> ApplicationMaximumRepaintTime { get; set; }
<DataMemberAttribute(),
ElementAttribute(New DicomTag.ApplicationMaximumRepaintTime())>
Public Property ApplicationMaximumRepaintTime() As Nullable(Of Integer)
Get
Set
public:
[DataMemberAttribute,
ElementAttribute((gcnew DicomTag::ApplicationMaximumRepaintTime()))]
property Nullable<Int32>^ ApplicationMaximumRepaintTime
{
Nullable<Int32>^ get()
void set(Nullable<Int32>^ value)
}
The application's maximum repaint time.
Positive integer indicating the desired maximum time in milliseconds required by the application to repaint the full screen once (i.e., recalculate all pixels and paint them to the screen). This is not the same as the screen refresh time.
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