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