Back to Devexpress

TdxCustomPreview.ZoomOut Method

vcl-dxcustompreview-dot-tdxcustompreview-ab08bc3a.md

latest1.1 KB
Original Source

TdxCustomPreview.ZoomOut Method

Zooms the document view out.

Declaration

delphi
procedure ZoomOut;

Remarks

This procedure decrements the zoom factor by the ZoomStep property value. The zoom factor is restricted to the range specified by the MinZoomFactor and MaxZoomFactor property values.

For the PDF Viewer, the zoom factor applied to the displayed document is restricted to the range specified by the viewer’s OptionsZoom.MinZoomFactor and OptionsZoom.MaxZoomFactor property values.

See Also

TdxCustomPreview.ZoomIn

TdxCustomPreview Class

TdxCustomPreview Members

dxCustomPreview Unit