[]
DsPdfJS API / FindTextParams
FindTextParams =
object
Represents text search parameters.
optionalmatchCase:boolean
Indicates whether to match case. The default is false.
text:
string
The text to search.
optionalwholeWord:boolean
Indicates whether to match whole words only. The default is false.