Error processing SSI file
LEADTOOLS JavaScript (Leadtools.Controls)

IsCanceled Property (InteractivePinchCompletedEventArgs)

Show in webframe
Indicates if this pinch operation was canceled.
Syntax
get_isCanceled();
set_isCanceled(value);
Object.defineProperty('isCanceled');

Property Value

TypeDescription
booleantrue if this pinch operation was canceled, otherwise; false.
Remarks

A pinch operation consists of PinchStarted (when the user touch down with two fingers), followed by one or more PinchDelta (while dragging on the control) and finally PinchCompleted (when the fingers are moved up). This pinch operation can be aborted at anytime if one of the following occur after PinchStarted has been fired but before PinchCompleted:

In these cases, the service will fire the PinchCompleted to complete the pinch operation but the value of IsCanceled will be set to true and ImageViewerInteractiveMode objects listening to the pinch event will abort the work started.

See Also

Reference

InteractivePinchCompletedEventArgs Object
InteractivePinchCompletedEventArgs Members

Error processing SSI file