| layout | default-layout |
|---|---|
| needAutoGenerateSidebar | true |
| needGenerateH3Content | true |
| noTitleIndex | true |
| title | Dynamsoft Document Viewer API Reference - Interface SearchTextOptions |
| keywords | Documentation, Dynamsoft Document Viewer, API Reference, Interface SearchTextOptions |
| breadcrumbText | Interface SearchTextOptions |
| description | Dynamsoft Document Viewer Documentation API Reference Interface SearchTextOptions Page |
interface SearchTextOptions {
caseSensitive?: boolean;
wholeWord?: boolean;
}Whether to match case. Default value is false.
Whether to match whole word. Default value is false.