Skip to main content
A newer version of this page is available. .

PdfViewer.ZoomChanged Event

Occurs after the current zoom factor has been changed.

Namespace: DevExpress.XtraPdfViewer

Assembly: DevExpress.XtraPdfViewer.v19.1.dll

Declaration

public event PdfZoomChangedEventHandler ZoomChanged

Event Data

The ZoomChanged event's data class is PdfZoomChangedEventArgs. The following properties provide information specific to this event:

Property Description
ZoomFactor Indicates the current document zoom factor value.
ZoomMode Indicates the current document zoom mode.
See Also