TdxCustomPreview.MinZoomFactor Property
Specifies the minimum zoom factor value (as a percentage) that can be applied to the displayed document.
Declaration
property MinZoomFactor: Integer read; write; default 10;
Property Value
Type | Default |
---|---|
Integer | 10 |
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.MinZoomFactor property instead.
The default value of the MinZoomFactor property is 10.
See Also