TdxCustomPreview.MaxZoomFactor Property
Specifies the maximum zoom factor value (as a percentage) that can be applied to the displayed document.
Declaration
property MaxZoomFactor: Integer read; write; default 500;
Property Value
Type | Default |
---|---|
Integer | 500 |
Remarks
The MinZoomFactor and MaxZoomFactor properties specify the lower and upper bounds of the ZoomFactor property values, respectively.
In the case of the PDF Viewer control, use its OptionsZoom.MaxZoomFactor property instead.
The default value of the MaxZoomFactor property is 500.
See Also