VisibleContentRectsOptions

data class VisibleContentRectsOptions(val includeNodeData: Boolean = false)

Options used with ReaderView.fetchRectsForVisibleContent().

Constructors

Link copied to clipboard
fun VisibleContentRectsOptions(includeNodeData: Boolean = false)

Types

Link copied to clipboard
object Companion

Functions

Link copied to clipboard
fun serialize(generator: JsonGenerator)

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.