How interpolation will be run when active for multiple pages.
lt.Controls.InterpolationRunMode = {
Sequential: 0,
Parallel: 1
}
lt.Controls.InterpolationRunMode = {
Sequential: 0,
Parallel: 1
}
Members
0 | Sequential |
(0) Run the interpolation one page at a time, waiting for one page to complete before starting the next. This is the default. |
1 | Parallel |
(1) Place no limit on the number of pages that can be interpolated at once. |
When interpolation is enabled, multiple pages are in view, and web workers are supported, the InterpolationRunMode property specifies how interpolation will occur. By default, the value is Sequential, meaning one page will interpolate at a time in a separate thread from the ImageViewer.
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