InterpolationRunMode Enumeration

Summary

How interpolation will be run when active for multiple pages.

Syntax
TypeScript
JavaScript
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.

Remarks

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.

Example

For an example, refer to InterpolationMode.

Requirements
Target Platforms
See Also

Reference

Leadtools.Controls Namespace

Help Version 21.0.2021.7.2
Products | Support | Contact Us | Intellectual Property Notices
© 1991-2021 LEAD Technologies, Inc. All Rights Reserved.

Leadtools.Controls Assembly

Products | Support | Contact Us | Intellectual Property Notices
© 1991-2021 LEAD Technologies, Inc. All Rights Reserved.