Error processing SSI file
LEADTOOLS JavaScript (Leadtools.Controls)

Canvas Property (ImageViewerPanControl)

Show in webframe
The target HTML5 Canvas Element for the pan control.
Syntax
get_canvas();
set_canvas(value);
Object.defineProperty('canvas');

Property Value

TypeDescription
CanvasElementThe target canvas element for the pan control. Default value is true.
Remarks

Set this property to a canvas in your page and the viewer will draw its content as well as the pan rectangle into its surface.

Example

For an example, refer to ImageViewerPanControl.

See Also

Reference

ImageViewerPanControl Object
ImageViewerPanControl Members

Error processing SSI file