InterpolationStatus Enumeration

Summary

Current interpolation status.

Syntax
TypeScript
JavaScript
lt.Controls.InterpolationStatus = { 
	started: 0, 
	completed: 1, 
	aborted: 2, 
	error: 3 
} 
lt.Controls.InterpolationStatus = { 
	started: 0, 
	completed: 1, 
	aborted: 2, 
	error: 3 
} 
Members
0 Started

(0) New interpolation has started.

1 Completed

(1) Interpolation has completed successful and the image is updated.

2 Aborted

(2) Interpolation has been aborted successfully either because another render has occurred or by user interaction.

3 Error

(3) An error has occurred and interpolation has been aborted.

Remarks

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.