alexa
menu

Blazor

  • Code Examples
  • Upgrade Guide
  • User Guide
  • Demos
  • Support
  • Forums
  • Download
Search Results for

    Show / Hide Table of Contents

    Class PageClickEventArgs

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

    Inheritance
    object
    BaseEventArgs<PageClickEventArgs>
    PageClickEventArgs
    Inherited Members
    BaseEventArgs<PageClickEventArgs>.Name
    object.Equals(object)
    object.Equals(object, object)
    object.GetHashCode()
    object.GetType()
    object.MemberwiseClone()
    object.ReferenceEquals(object, object)
    object.ToString()
    Namespace: Syncfusion.Blazor.SfPdfViewer
    Assembly: Syncfusion.Blazor.SfPdfViewer.dll
    Syntax
    public class PageClickEventArgs : BaseEventArgs<PageClickEventArgs>

    Constructors

    PageClickEventArgs()

    Declaration
    public PageClickEventArgs()

    Properties

    DocumentName

    Gets the Document name to be loaded into PDF Viewer.

    Declaration
    [JsonPropertyName("documentName")]
    public string DocumentName { get; set; }
    Property Value
    Type Description
    string

    Accepts the string value.

    PageNumber

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

    Declaration
    [JsonPropertyName("pageNumber")]
    [JsonInclude]
    public int PageNumber { get; }
    Property Value
    Type Description
    int

    Accepts an integer value.

    PageX

    Gets the x co-ordinate of the click action location.

    Declaration
    [JsonPropertyName("x")]
    [JsonInclude]
    public double PageX { get; }
    Property Value
    Type Description
    double

    Accepts the double value.

    PageY

    Gets y co-ordinate of the click action location.

    Declaration
    [JsonPropertyName("y")]
    [JsonInclude]
    public double PageY { get; }
    Property Value
    Type Description
    double

    Accepts the double value.

    In this article
    Back to top Generated by DocFX
    Copyright © 2001 - 2025 Syncfusion Inc. All Rights Reserved