Error processing SSI file
LEADTOOLS JavaScript (Leadtools.Controls)

Interpolation Event

Show in webframe
Occurs when the interpolator state changes.
Syntax
add_interpolation(function(sender, e))
interpolation.add(function(sender, e))
remove_interpolation(function(sender, e))
interpolation.remove(function(sender, e))
    

This event will fire by the interpolator when the state of the operation changes.

For more information, refer to Image Viewer Interpolation.

Example

For an example, refer to InterpolationMode.

Event Data
Parameter Type Description
sender 'var' The source of the event.
e InterpolationEventArgs The event data.
See Also
Error processing SSI file