DefaultZoomFactor Constant
In This Article
Specifies the default zoom factor used to display a document within the Rich Edit control.
#Declaration
Delphi
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 Min
See Also