pageCount property
The total number of pages in the document.
Throws StateError if close has already been called.
Implementation
Future<int> get pageCount => _impl.pageCount;
The total number of pages in the document.
Throws StateError if close has already been called.
Future<int> get pageCount => _impl.pageCount;