Error processing SSI file
LEADTOOLS JavaScript (Leadtools.Controls)

AutoScale Property

Show in webframe
Indicates whether to automatically scale the HTML5 Canvas Element to a smaller size if an error occured during creation.
Syntax
get_autoScale();
set_autoScale(value);
Object.defineProperty('autoScale');

Property Value

TypeDescription
booleantrue to automatically scale the canvas to a smaller size if an error occured during creation; otherwise, false. Default value is true.
Remarks

Used when creating a canvas. Refer to AutoCreateCanvas for more information.

Example

For an example, refer to AutoCreateCanvas.

See Also

Reference

CanvasOptions Object
CanvasOptions Members

Error processing SSI file