TdxPDFViewerSelection.CopyToClipboard Method
In This Article
Copies the current PDF document selection to the clipboard.
#Declaration
Delphi
procedure CopyToClipboard;
#Remarks
Call this procedure to copy the selected content of the loaded document to the clipboard.
End-users can copy the content selection to the clipboard by:
Clicking the Copy Image or Copy item in the image selection or text selection context menu, respectively;
Pressing the Ctrl+C key combination.
For detailed information on working with content selections within the document, refer to the following topic: How to Select and Copy the PDF Document’s Content.
Note
If the content extraction operations are forbidden in the document, calling the Copy
See Also