FPDFTextSearchContext

constructor(pageIndex: Int, query: String, isMatchCase: Boolean, isMatchWholeWord: Boolean)

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.