FPDFTextSearchContext
abstract class FPDFTextSearchContext(val pageIndex: Int, val query: String, val isMatchCase: Boolean, val isMatchWholeWord: Boolean) : TextSearchContext
An abstract class representing the context for searching text within a PDF document.
Parameters
pageIndex
The index of the page to search.
query
The search query string.
isMatchCase
Whether to match the case of the query.
isMatchWholeWord
Whether to match only whole words.