[]
        
(Showing Draft Content)

FindTextParams

DsPdfJS API v9.1.0


DsPdfJS API / FindTextParams

Type Alias: FindTextParams

FindTextParams = object

Represents text search parameters.

Properties

matchCase?

optional matchCase: boolean

Indicates whether to match case. The default is false.


text

text: string

The text to search.


wholeWord?

optional wholeWord: boolean

Indicates whether to match whole words only. The default is false.