getTileImage method
Gets the image's bytes information of the specified portion of the page.
Implementation
Future<Uint8List?> getTileImage(int pageNumber, double scale, double x,
double y, double width, double height, String documentID) async {
throw UnimplementedError('getTileImage() has not been implemented.');
}