Back to Devexpress

TdxPDFViewerOptionsZoom.MaxZoomFactor Property

vcl-dxpdfviewer-dot-tdxpdfvieweroptionszoom-f031edce.md

latest1.1 KB
Original Source

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

TypeDefault
IntegerdxPDFViewerMaxZoomFactor

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

TdxPDFViewerOptionsZoom Class

TdxPDFViewerOptionsZoom Members

dxPDFViewer Unit