PdfSearchMatch

data class PdfSearchMatch(val range: PdfTextRange, val bounds: List<PdfRect>)

A single search hit on a page.

Constructors

Link copied to clipboard
constructor(range: PdfTextRange, bounds: List<PdfRect>)

Properties

Link copied to clipboard

Rectangles covering the match in PDF page coordinates.

Link copied to clipboard

Matched character range in PDFium character indexes.