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 |
---|
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 |
---|
System.Boolean |
NewPageNumber
Gets the page number to which the document is navigated to in SfPdfViewer.
Declaration
public int NewPageNumber { get; }
Property Value
Type |
---|
System.Int32 |
OldPageNumber
Gets the page number from which the navigation was initiated in SfPdfViewer.
Declaration
public int OldPageNumber { get; }
Property Value
Type |
---|
System.Int32 |
PageNumber
Gets the number of the current page being displayed in SfPdfViewer.
Declaration
public int PageNumber { get; }
Property Value
Type |
---|
System.Int32 |