MaxZoomFactor Constant
In This Article
Specifies the upper bound of the document View zooming range in the Rich Edit control.
#Declaration
Delphi
const MaxZoomFactor = 10000.0;
#Remarks
The MinZoomFactor and MaxZoomFactor constants determine the lower and upper bounds of the document View’s ZoomFactor property.
Note
The zoom factor value used to display a newly opened document (i.
See Also