PdfViewSearchResult

data class PdfViewSearchResult(val pageIndex: Int, val match: PdfSearchMatch)

A page-scoped search match exposed by PdfViewState.searchResults.

Constructors

Link copied to clipboard
constructor(pageIndex: Int, match: PdfSearchMatch)

Properties

Link copied to clipboard

Text range and page-space rectangles returned by PDFium.

Link copied to clipboard

Zero-based index of the page containing this match.