SearchOptions
Overview
SearchOptions is a type in Aspose.PDF FOSS for Go.
SearchOptions tunes how SearchText interprets the query.
Properties: CaseInsensitive, Rectangle, Regex, SearchInAnnotations.
Properties
| Name | Type | Access | Description |
|---|---|---|---|
CaseInsensitive | bool | Read/Write | Gets the case insensitive. |
Regex | bool | Read/Write | Gets the regex. |
Rectangle | *Rectangle | Read/Write | Gets the rectangle. |
SearchInAnnotations | bool | Read/Write | Gets the search in annotations. |