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