| Leadtools.Controls Namespace > CanvasOptions Object : AutoScale Property |
get_autoScale();
set_autoScale(value);
Object.defineProperty('autoScale');
| Type | Description |
|---|---|
| boolean | true to automatically scale the canvas to a smaller size if an error occured during creation; otherwise, false. Default value is true. |
Used when creating a canvas. Refer to AutoCreateCanvas for more information.
For an example, refer to AutoCreateCanvas.