isFirstPage property

bool isFirstPage

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

Implementation

bool get isFirstPage {
  return _isFirstPage;
}