getZoomScale abstract method

Future<double> getZoomScale(
  1. int pageIndex
)

Gets the current zoom scale of the given page.

pageIndex is zero-based.

Implementation

Future<double> getZoomScale(int pageIndex);