# FindTextParams

## Content

[**DsPdfJS API v9.1.3**](../README)

***

[DsPdfJS API](../globals) / 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.
