PageMatchBounds


class PageMatchBounds


Represents the bounds of a single search match on a page of the PDF document.

Summary

Public constructors

PageMatchBounds(bounds: List<RectF>, textStartIndex: Int)

Public properties

List<RectF>

: Bounds of the text match.

Int

: starting index of the text match.

Public constructors

PageMatchBounds

PageMatchBounds(bounds: List<RectF>, textStartIndex: Int)
Parameters
bounds: List<RectF>

: Bounds of the text match.

textStartIndex: Int

: starting index of the text match.

Public properties

bounds

Added in 1.0.0-alpha10
val boundsList<RectF>

: Bounds of the text match.

textStartIndex

Added in 1.0.0-alpha10
val textStartIndexInt

: starting index of the text match.