MinZoomFactor Constant
Specifies the lower bound of the document View zooming range in the Rich Edit control.
Declaration
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.e., the default zoom factor) is determined by the DefaultZoomFactor constant.
See Also