[]
Search for the specified character string.
public bool Find(string searchString, ref int currentIndex)
| Type | Name | Description |
|---|---|---|
| string | searchString | The string you are searching for |
| int | currentIndex | The page's collection zero based index |
| Type | Description |
|---|---|
| bool |
Searches the document page for the specified string.
public FindResult Find(string searchString, FindOptions options, ref int currentIndex, ref float currentOffset)
| Type | Name | Description |
|---|---|---|
| string | searchString | The string you are searching for |
| FindOptions | options | which direction you are searching |
| int | currentIndex | The page's collection zero based index |
| float | currentOffset | The current offset into the text string |
| Type | Description |
|---|---|
| FindResult | For a list of valid values, see here: FindResult |