How interpolation will be run when active for multiple pages.
lt.Controls.InterpolationRunMode = {
sequential: 0,
parallel: 1
}
lt.Controls.InterpolationRunMode = {
sequential: 0,
parallel: 1
}
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.
Help Collections
Raster .NET | C API | C++ Class Library | HTML5 JavaScript
Document .NET | C API | C++ Class Library | HTML5 JavaScript
Medical .NET | C API | C++ Class Library | HTML5 JavaScript
Medical Web Viewer .NET
Multimedia
Direct Show .NET | C API | Filters
Media Foundation .NET | C API | Transforms
Supported Platforms
.NET, Java, Android, and iOS/macOS Assemblies
Imaging, Medical, and Document
C API/C++ Class Libraries
Imaging, Medical, and Document
HTML5 JavaScript Libraries
Imaging, Medical, and Document