Gets the total number of pages in the currently displayed document.
Future<int?> getPageCount() { return _channel.invokeMethod(Functions.getPageCount); }