Blazor

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

    Show / Hide Table of Contents

    Class PageClickEventArgs

    This event arguments provides the necessary information about page click event.

    Inheritance
    System.Object
    BaseEventArgs<PageClickEventArgs>
    PageClickEventArgs
    Implements
    System.IEquatable<PageClickEventArgs>
    Inherited Members
    BaseEventArgs<PageClickEventArgs>.Equals(PageClickEventArgs)
    BaseEventArgs<PageClickEventArgs>.Name
    Namespace: Syncfusion.Blazor.PdfViewer
    Assembly: Syncfusion.Blazor.dll
    Syntax
    public class PageClickEventArgs : BaseEventArgs<PageClickEventArgs>, IEquatable<PageClickEventArgs>

    Constructors

    PageClickEventArgs()

    Declaration
    public PageClickEventArgs()

    Properties

    DocumentName

    Gets the Document name to be loaded into PDF Viewer.

    Declaration
    public string DocumentName { get; set; }
    Property Value
    Type Description
    System.String

    PageNumber

    Page number of the document in which click action is performed.

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

    PageX

    Gets the x co-ordinate of the click action location

    Declaration
    public double PageX { get; }
    Property Value
    Type Description
    System.Double

    PageY

    Gets y co-ordinate of the click action location

    Declaration
    public double PageY { get; }
    Property Value
    Type Description
    System.Double

    Implements

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