Method FindText
FindText(String)
Searches the document for this string and retrieves the positions of its occurences.
Declaration
IEnumerable<FieldPosition> FindText(string centerText)
Parameters
| Type | Name | Description |
|---|---|---|
| System.String | centerText |
Returns
| Type | Description |
|---|---|
| System.Collections.Generic.IEnumerable<FieldPosition> | in case of error.
|