Error processing SSI file
LEADTOOLS JavaScript (Leadtools.Controls)

InterpolationStatus Enumeration

Show in webframe
Current interpolation status.
Syntax
Leadtools.Controls.InterpolationStatus = function() { };
Leadtools.Controls.InterpolationStatus.prototype = {
	started = 0,
	completed = 1,
	aborted = 2,
	error = 3,
	
 };
Members
ValueMemberDescription
0started New interpolation has started.
1completed Interpolation has completed successful and the image is updated.
2aborted Interpolation has been aborted successfuly either because another render has occured or by user interaction.
3error An error has occured and interpolation has been aborted.
Remarks

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