yScaleFactor Property

Summary

Value of the vertical scale factor for the view display.

Syntax

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

Property Value

The value of the vertical scale factor. Default value is 1.0.

Remarks

This value is calculated by UpdateTransform based on the value passed to the last call to Zoom.

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