TextSearchOptions Class Properties
In This Topic
For a list of all members of this type, see TextSearchOptions members.
Public Properties
| | Name | Description |
 | Area | Gets or sets the area in a page where to search for a text. |
 | Brush | Gets or sets the brush of the text to find. |
 | FontName | Gets or sets the font name of the text to find. |
 | FontSize | Gets or sets the font size of the text to find. |
 | IsBold | Gets or sets if the text to find is bold. |
 | IsItalic | Gets or sets if the text to find is in italic. |
 | MatchCase | Gets or sets if the text to find must match the case. |
 | Text | Gets the text to find. |
Top
See Also