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

Specifies the maximum zoom factor value (as a percentage) that you can apply to the loaded PDF document.

#Declaration

Delphi
property MaxZoomFactor: Integer read; write; default dxPDFViewerMaxZoomFactor;

#Property Value

Type Default
Integer dxPDFViewerMaxZoomFactor

#Remarks

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

The default MaxZoomFactor property value is dxPDFViewerMaxZoomFactor.

See Also