getZoomScale abstract method

Future<double> getZoomScale(
  1. int pageIndex
)

Gets the zoom scale of the given page. pageIndex The index of the page. This is a zero-based index. Returns a Future that completes with the zoom scale of the given page.

Implementation

Future<double> getZoomScale(int pageIndex);