PdfPageChangedDetails class
Holds the details for the SfPdfViewer.onPageChanged callback, such as newPageNumber, oldPageNumber, isFirstPage and isLastPage.
Constructors
- PdfPageChangedDetails(int newPage, int oldPage, bool isFirst, bool isLast)
- Creates details for SfPdfViewer.onPageChanged callback.
Properties
- hashCode → int
- 
  The hash code for this object.
  no setterinherited
- isFirstPage → bool
- 
  Indicates whether the new page in the SfPdfViewer is the first page or not.
  no setter
- isLastPage → bool
- 
  Indicates whether the new page in the SfPdfViewer is the last page or not.
  no setter
- newPageNumber → int
- 
  The current page number to which the document is navigated to.
  no setter
- oldPageNumber → int
- 
  The page number from which the navigation was initiated.
  no setter
- runtimeType → Type
- 
  A representation of the runtime type of the object.
  no setterinherited
Methods
- 
  noSuchMethod(Invocation invocation) → dynamic 
- 
  Invoked when a nonexistent method or property is accessed.
  inherited
- 
  toString() → String 
- 
  A string representation of this object.
  inherited
Operators
- 
  operator ==(Object other) → bool 
- 
  The equality operator.
  inherited