pageCount property

int get pageCount

Get total page count in the PDF document.

Implementation

int get pageCount => _state!._pages.length;