MinZoomFactor Constant
In This Article
Specifies the lower bound of the document View zooming range in the Rich Edit control.
#Declaration
Delphi
const MinZoomFactor = 0.0001;
#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