Current interpolation status.
lt.Controls.InterpolationStatus = {
Started: 0,
Completed: 1,
Aborted: 2,
Error: 3
}
lt.Controls.InterpolationStatus = {
Started: 0,
Completed: 1,
Aborted: 2,
Error: 3
}
Members
0 | Started |
(0) New interpolation has started. |
1 | Completed |
(1) Interpolation has completed successful and the image is updated. |
2 | Aborted |
(2) Interpolation has been aborted successfully either because another render has occurred or by user interaction. |
3 | Error |
(3) An error has occurred and interpolation has been aborted. |
For more information, refer to Image Viewer Interpolation.
For an example, refer to InterpolationMode.
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