PageHit

data class PageHit(val pageIndex: Int, val x: Double, val y: Double)

A PdfViewState.hitTest result: the page under a viewport point and the point in that page's own space (PDF: user space, y-up from the display box's bottom-left with rotation unfolded; EPUB: the page's document space).

Constructors

Link copied to clipboard
constructor(pageIndex: Int, x: Double, y: Double)

Properties

Link copied to clipboard
Link copied to clipboard
val x: Double
Link copied to clipboard
val y: Double