TextSelector.OnTextSelectionAsyncCallbackArgs Members
| PDFTron SilverDox SDK |
| TextSelector..::..OnTextSelectionAsyncCallbackArgs Members |
| TextSelector..::..OnTextSelectionAsyncCallbackArgs Class Properties See Also Send Feedback |
Used to identify the location of text on a page. Useful for implementing text highlighting and copying.
The TextSelector..::..OnTextSelectionAsyncCallbackArgs type exposes the following members.
Properties
| Name | Description | |
|---|---|---|
| AsyncState |
Gets a user-defined object that qualifies or contains information about an asynchronous operation.
| |
| AsyncWaitHandle |
Gets a WaitHandle that is used to wait for an asynchronous operation to complete.
| |
| CompletedSynchronously |
Gets a value that indicates whether the asynchronous operation completed synchronously.
| |
| Error |
If an error has occured, Error contains information about the error; otherwise, Error is null.
| |
| IsCompleted |
Gets a value that indicates whether the asynchronous operation has completed.
| |
| Quads |
A list of Quads, representing the bounding box(es) of selected text. Useful for highlighting the text.
| |
| Text |
The string representing the selected text.
|