Fetch rectangles and content locations for line boxes and replaced elements such as
<img> elements from the specified visible page. If a contentLocation is specified, it will be used
to filter the result.
The rectangle coordinates are in application viewport coordinate space. This means that any subsequent transform applied to the ReaderView, such as the user pinch-zooming, will make those rectangles out of date.
The rects are ordered in document order.
If the passed contentLocation is not intersecting with the visiblePage, the returned Promise
is rejected with an error object with the error type set to CONTENT_LOCATION_OUTSIDE_VISIBLE_PAGE.
Get the bounding client rect of the visible page in application viewport coordinate system. Returns null if this page is not visible.
Get the PageSpread slot for this page when using a renderer capable of showing spreads.
Get the resolved ContentLocation representing the range of the entire page content.
Get the ReaderDocument this page was generated from.
Get the resolved ContentLocation to the start of this page.
Get this instance as a plain JSON object.
Generated using TypeDoc
A page fully visible or partially visible in the ReaderView.