Indicates whether to automatically scale the HTML5 Canvas Element to a smaller size if an error occurred during creation.
Object.defineProperty(CanvasOptions.prototype, 'autoScale',
get: function(),
set: function(value)
)
static autoScale: boolean;
true to automatically scale the canvas
to a smaller size if an error occurred 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.
Raster .NET | C API | C++ Class Library | JavaScript HTML5
Document .NET | C API | C++ Class Library | JavaScript HTML5
Medical .NET | C API | C++ Class Library | JavaScript HTML5
Medical Web Viewer .NET