VisibleContentRectsOptions

data class VisibleContentRectsOptions(val includeNodeData: Boolean = false)

Options used with ReaderView.fetchRectsForVisibleContent().

Constructors

Link copied to clipboard
constructor(includeNodeData: Boolean = false)

Types

Link copied to clipboard
object Companion

Properties

Link copied to clipboard

Set to true to include information about the underlying nodes from where rectangles are generated. The node data can be retreived from IVisibleContentRect.nodeData.

Functions

Link copied to clipboard
fun serialize(generator: JsonGenerator)