InterpolationStatus Enumeration

Summary

Current interpolation status.

Syntax

JavaScript Syntax
lt.Controls.InterpolationStatus = { 
	Started: 0, 
	Completed: 1, 
	Aborted: 2, 
	Error: 3 
} 
TypeScript Syntax
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 19.0.2017.10.27
Products | Support | Contact Us | Copyright Notices
© 1991-2017 LEAD Technologies, Inc. All Rights Reserved.

Leadtools.Controls Assembly