Get total page count in the PDF document.
If the controller is not ready(isReady), the property throws some exception.
int get pageCount => _state!._pages!.length;