Visible Page Data
data class VisiblePageData(val boundingClientRect: Rect?, val pageIndexInReflowedDocument: Int, val pageSpreadSlot: PageSpreadSlot, val rangeLocator: SimpleLocatorData, val readerDocumentIndexInSpine: Int, val startLocator: SimpleLocatorData)
A page fully visible or partially visible in the ReaderView.
Constructors
Link copied to clipboard
fun VisiblePageData(boundingClientRect: Rect?, pageIndexInReflowedDocument: Int, pageSpreadSlot: PageSpreadSlot, rangeLocator: SimpleLocatorData, readerDocumentIndexInSpine: Int, startLocator: SimpleLocatorData)