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