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

TdxPDFViewerOptionsZoom.ZoomMode Property

Specifies the active zoom factor calculation mode.

#Declaration

Delphi
property ZoomMode: TdxPreviewZoomMode read; write; default pzmNone;

#Property Value

Type Default
TdxPreviewZoomMode pzmNone

#Remarks

Set this property to pzmPageWidth or pzmPages to calculate the ZoomFactor property value automatically depending on the PDF Viewer control’s document view area dimensions. For detailed information on all available ZoomMode property values, refer to the TdxPreviewZoomMode type description.

The default ZoomMode property value is pzmNone.

See Also