PdfViewer.ZoomChanged Event
In This Article
Occurs after the current zoom factor has been changed.
Namespace: DevExpress.XtraPdfViewer
Assembly: DevExpress.XtraPdfViewer.v24.2.dll
NuGet Package: DevExpress.Win.PdfViewer
#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 |
---|---|
Zoom |
Indicates the current document zoom factor value. |
Zoom |
Indicates the current document zoom mode. |
See Also