Class ZoomEventArgs
Event arguments for the ZoomChanged event
Inheritance
System.Object
ZoomEventArgs
Namespace: Syncfusion.Windows.PdfViewer
Assembly: Syncfusion.PdfViewer.WPF.dll
Syntax
public class ZoomEventArgs : EventArgs
Constructors
ZoomEventArgs(Int32)
Initializes a new instance of the ZoomEventArgs class with the specified zoom percent.
Declaration
public ZoomEventArgs(int zoomPercentage)
Parameters
Type | Name | Description |
---|---|---|
System.Int32 | zoomPercentage | The zoom percent in which the document is being displayed |
Properties
ZoomPercentage
Gets the current Zoom value of the PDF document in percentage
Declaration
public int ZoomPercentage { get; }
Property Value
Type |
---|
System.Int32 |