canvasScale Property

Summary

Value used to scale the current HTML5 Canvas Element.

Syntax

JavaScript Syntax
Object.defineProperty(ImageViewerItem.prototype, 'canvasScale', 
	get: function() 
) 
TypeScript Syntax
canvasScale: number; // read-only 

Property Value

The value used to scale the current background canvas. Default value is 1 if not scaling was performed..

Remarks

Refer to AutoCreateCanvas and Canvas for more information.

Requirements

Target Platforms

Help Version 19.0.2017.10.27
Products | Support | Contact Us | Copyright Notices
© 1991-2017 LEAD Technologies, Inc. All Rights Reserved.

Leadtools.Controls Assembly