Error processing SSI file
LEADTOOLS JavaScript (Leadtools.Controls)

MaximumSize Property

Show in webframe
The maximum width or height of the HTML5 Canvas Element when it is created automatically.
Syntax
get_maximumSize();
set_maximumSize(value);
Object.defineProperty('maximumSize');

Property Value

TypeDescription
intThe maximum width or height of the canvas when the element is created automatically. A value of 0 means no maximum and to try all possible values. Default value is 0.
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