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.ZoomFactor Property

Specifies the zoom factor (as a percentage) applied to the displayed document.

#Declaration

Delphi
property ZoomFactor: Integer read; write; default 100;

#Property Value

Type Default
Integer 100

#Remarks

The lower and upper bounds of the ZoomFactor property values are specified by the MinZoomFactor and MaxZoomFactor properties, respectively.

If the ZoomMode property is set to pzmPageWidth or pzmPages, the ZoomFactor property value is recalculated automatically in response to resizing the document viewer.

In the case of the PDF Viewer control, use its OptionsZoom.ZoomFactor property instead.

The default value of the ZoomFactor property is 100.

See Also