getImage method

Future<Uint8List?> getImage(
  1. int pageNumber,
  2. double scale,
  3. String documentID
)
inherited

Gets the image's bytes information of the specified page.

Implementation

Future<Uint8List?> getImage(
  int pageNumber,
  double scale,
  String documentID,
) async {
  throw UnimplementedError('getImage() has not been implemented.');
}