menu

Blazor

  • Code Examples
  • Upgrade Guide
  • User Guide
  • Demos
  • Support
  • Forums
  • Download
Class ZoomChangeEventArgs - API Reference

    Show / Hide Table of Contents

    Class ZoomChangeEventArgs

    This event arguments provides the necessary information about zoom change event.

    Inheritance
    System.Object
    BaseEventArgs<ZoomChangeEventArgs>
    ZoomChangeEventArgs
    Inherited Members
    BaseEventArgs<ZoomChangeEventArgs>.Name
    Namespace: Syncfusion.Blazor.PdfViewer
    Assembly: Syncfusion.Blazor.dll
    Syntax
    public class ZoomChangeEventArgs : BaseEventArgs<ZoomChangeEventArgs>

    Constructors

    ZoomChangeEventArgs()

    Declaration
    public ZoomChangeEventArgs()

    Properties

    CurrentZoomValue

    Gets the current zoom percentage value.

    Declaration
    public int CurrentZoomValue { get; set; }
    Property Value
    Type Description
    System.Int32

    Accepts an integer value.

    PreviousZoomValue

    Gets the zoom value before change.

    Declaration
    public int PreviousZoomValue { get; set; }
    Property Value
    Type Description
    System.Int32

    Accepts an integer value.

    Back to top Generated by DocFX
    Copyright © 2001 - 2023 Syncfusion Inc. All Rights Reserved