Back to Devexpress

TdxPDFViewerOptionsZoom.MinZoomFactor Property

vcl-dxpdfviewer-dot-tdxpdfvieweroptionszoom-567155e6.md

latest1.1 KB
Original Source

TdxPDFViewerOptionsZoom.MinZoomFactor Property

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

Declaration

delphi
property MinZoomFactor: Integer read; write; default dxPDFViewerMinZoomFactor;

Property Value

TypeDefault
IntegerdxPDFViewerMinZoomFactor

Remarks

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

The default MinZoomFactor property value is dxPDFViewerMinZoomFactor.

See Also

TdxPDFViewerOptionsZoom Class

TdxPDFViewerOptionsZoom Members

dxPDFViewer Unit