Error processing SSI file
LEADTOOLS JavaScript (Leadtools.Controls)

InterpolationRunMode Enumeration

Show in webframe
How interpolation will be run when active for multiple pages.
Syntax
Leadtools.Controls.InterpolationRunMode = function() { };
Leadtools.Controls.InterpolationRunMode.prototype = {
	sequential = 0,
	parallel = 1,
	
 };
Members
ValueMemberDescription
0sequential Run the interpolation one page at a time, waiting for one page to complete before starting the next. This is the default.
1parallel 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.

See Also

Reference

Leadtools.Controls Namespace

Error processing SSI file