menu

Document Processing

ZoomEventArgs Class - C# PDF Library API Reference | Syncfusion

    Show / Hide Table of Contents

    ZoomEventArgs Class

    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
    Back to top Generated by DocFX
    Copyright © 2001 - 2025 Syncfusion Inc. All Rights Reserved