zoomRatio Property

Summary

Ratio to use when zooming the view in or out.

Syntax
TypeScript
JavaScript
Object.defineProperty(DocumentViewerView.prototype, 'zoomRatio', 
	get: function(), 
	set: function(value) 
) 
zoomRatio: number; 

Property Value

The ratio to use when zooming the view in or out. Default value is 1.2 (120 percent). Must be a value greater than 0.

Remarks

This value is used when the ViewZoomIn or ViewZoomOut are run. Change the value if the default of 120 percent is not suitable for your application.

The document viewer will invoke the following when zooming in or out:

imageViewer.Zoom(controlsizemode.none, value, imageViewer.DefaultZoomOrigin)

Where __ value is imageViewer.ScaleFactor * ZoomRatio when zooming in and imageViewer.ScaleFactor / ZoomRatio when zooming out.

Requirements
Target Platforms
Help Version 21.0.2021.6.30
Products | Support | Contact Us | Intellectual Property Notices
© 1991-2021 LEAD Technologies, Inc. All Rights Reserved.

Leadtools.Document.Viewer Assembly

Products | Support | Contact Us | Intellectual Property Notices
© 1991-2021 LEAD Technologies, Inc. All Rights Reserved.