Skip to main content

DevExpress v24.2 Update — Your Feedback Matters

Our What's New in v24.2 webpage includes product-specific surveys. Your response to our survey questions will help us measure product satisfaction for features released in this major update and help us refine our plans for our next major release.

Take the survey Not interested

TdxCustomPreview.ZoomStep Property

Specifies the step increment/decrement of the zoom factor.

#Declaration

Delphi
property ZoomStep: Integer read; write; default dxPreviewZoomStep;

#Property Value

Type Default
Integer dxPreviewZoomStep

#Remarks

This property value determines the value (as a percentage) by which the ZoomIn and ZoomOut procedures zoom in and out the displayed document, respectively.

Normally, the ZoomStep property value is determined by a global constant provided by the document viewer (dxPDFViewerZoomStep in the case of the PDF Viewer control).

The default value of the ZoomStep property is dxPreviewZoomStep.

See Also