getVisibleRect abstract method

Future<Rect> getVisibleRect(
  1. int pageIndex
)

Gets the visible rect of the given page.

pageIndex is zero-based. Returns the visible rect in PDF page coordinates.

Implementation

Future<Rect> getVisibleRect(int pageIndex);