TdxPDFViewerSelection Methods
Implements the selection operation in a PDF document.| Name | Description |
|---|---|
| AsBitmap | Returns the PDF document selection as a bitmap. |
| AsText | Returns the PDF document selection as a Unicode text string. |
| Clear | Clears the content selection in the loaded PDF document. |
| CopyToClipboard | Copies the current PDF document selection to the clipboard. |
| Equals(TObject) | Inherited from TObject. |
| GetHashCode | Inherited from TObject. |
| IsEmpty | Identifies if the document selection is empty. |
| Select(TRect,Boolean) | Selects the content located within the specified area. |
| SelectAll | Selects all the text in a document displayed by the PDF Viewer. |
| SelectText(TdxPDFPageTextRange,Boolean) | Selects the specified text range in a document displayed by the PDF Viewer. |
| ToString | Inherited from TObject. |
See Also