dxPDFViewerZoomStep Constant
In This Article
Specifies the zoom factor increment/decrement value (as a percentage) for the zoom in/out operations.
#Declaration
Delphi
const dxPDFViewerZoomStep = 10;
#Remarks
This global constant specifies the default value of the PDF Viewer control’s OptionsZoom.ZoomStep property.
See Also