Back to Devexpress

TdxCustomPreview.ZoomIn Method

vcl-dxcustompreview-dot-tdxcustompreview-4953013f.md

latest1.1 KB
Original Source

TdxCustomPreview.ZoomIn Method

Zooms the document view in.

Declaration

delphi
procedure ZoomIn;

Remarks

This procedure increments 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.ZoomOut

TdxCustomPreview Class

TdxCustomPreview Members

dxCustomPreview Unit