onContentUpdatedWithBounds abstract method

void onContentUpdatedWithBounds(
  1. dynamic position,
  2. Rect bounds
)

Callback method that gets called when the core has rendered open of the page (current page, previous page or next page). Also contains content area bounds. position argument specifies the updated page. bounds content area.

Implementation

void onContentUpdatedWithBounds(BitmapPosition position, Rect bounds);