DefaultZoomFactor Constant
Specifies the default zoom factor used to display a document within the Rich Edit control.
Declaration
const DefaultZoomFactor = 1.0;
Remarks
The default zoom factor used to display a newly opened document unless the ZoomFactor value is explicitly specified. The DefaultZoomFactor constant value corresponds to a document’s real size.
Note
The MinZoomFactor and MaxZoomFactor constants determine the lower and upper bounds of the View’s ZoomFactor property.
See Also