Blazor

Upgrade Guide User Guide Demos Support Forums Download
  • Upgrade Guide
  • User Guide
  • Demos
  • Support
  • Forums
  • Download
Class ZoomChangeEventArgs - Blazor API Reference | Syncfusion

    Show / Hide Table of Contents

    Class ZoomChangeEventArgs

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

    Inheritance
    System.Object
    BaseEventArgs<ZoomChangeEventArgs>
    ZoomChangeEventArgs
    Implements
    System.IEquatable<ZoomChangeEventArgs>
    Inherited Members
    BaseEventArgs<ZoomChangeEventArgs>.Equals(ZoomChangeEventArgs)
    BaseEventArgs<ZoomChangeEventArgs>.Name
    Namespace: Syncfusion.Blazor.PdfViewer
    Assembly: Syncfusion.Blazor.dll
    Syntax
    public class ZoomChangeEventArgs : BaseEventArgs<ZoomChangeEventArgs>, IEquatable<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

    PreviousZoomValue

    Gets the zoom value before change.

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

    Implements

    System.IEquatable<>
    Back to top Generated by DocFX
    Copyright © 2001 - 2021 Syncfusion Inc. All Rights Reserved