alexa
menu

Blazor

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

    Show / Hide Table of Contents

    Class PageChangeEventArgs

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

    Inheritance
    object
    BaseEventArgs<PageChangeEventArgs>
    PageChangeEventArgs
    Inherited Members
    BaseEventArgs<PageChangeEventArgs>.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 PageChangeEventArgs : BaseEventArgs<PageChangeEventArgs>

    Constructors

    PageChangeEventArgs()

    Declaration
    public PageChangeEventArgs()

    Properties

    CurrentPageNumber

    Gets the current page number of the document.

    Declaration
    [JsonPropertyName("currentPageNumber")]
    public int CurrentPageNumber { get; set; }
    Property Value
    Type Description
    int

    Accepts an integer value.

    DocumentName

    Gets the Document name to be loaded into PdfViewer.

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

    Accepts the string value.

    PreviousPageNumber

    Gets the previous page number of the document.

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

    Accepts an integer value.

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