PdfTextRange

data class PdfTextRange(val startCharacterIndex: Int, val characterCount: Int)

A range using PDFium character indexes, not Kotlin string indexes.

Constructors

Link copied to clipboard
constructor(startCharacterIndex: Int, characterCount: Int)

Properties

Link copied to clipboard

Number of covered characters.

Link copied to clipboard

Index just past the last covered character.

Link copied to clipboard

Index of the first covered character.