pageCount property

int pageCount

Get total page count in the PDF document.

Implementation

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