menu

Xamarin.Android

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

    Show / Hide Table of Contents

    Class PageChangedEventArgs

    Provides data for PageChanged event.

    Inheritance
    System.Object
    PageChangedEventArgs
    Namespace: Syncfusion.SfPdfViewer.Android
    Assembly: Syncfusion.SfPdfViewer.Android.dll
    Syntax
    public class PageChangedEventArgs : EventArgs

    Properties

    IsFirstPage

    Gets a value indicating whether if the new updated page number is the first page of the SfPdfViewer, otherwise false.

    Declaration
    public bool IsFirstPage { get; }
    Property Value
    Type Description
    System.Boolean

    IsLastPage

    Gets a value indicating whether if the new page number is the last page of the SfPdfViewer, otherwise false.

    Declaration
    public bool IsLastPage { get; }
    Property Value
    Type Description
    System.Boolean

    NewPageNumber

    Gets the page number to which the document is navigated to in SfPdfViewer.

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

    OldPageNumber

    Gets the page number from which the navigation was initiated in SfPdfViewer.

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

    PageNumber

    Gets the number of the current page being displayed in SfPdfViewer.

    Declaration
    public int PageNumber { get; }
    Property Value
    Type Description
    System.Int32
    Back to top Generated by DocFX
    Copyright © 2001 - 2023 Syncfusion Inc. All Rights Reserved