isLastPage property

bool isLastPage

Indicates whether the new page in the SfPdfViewer is the last page or not.

Implementation

bool get isLastPage {
  return _isLastPage;
}