Skip to main content

TdxPDFViewerSelection.CopyToClipboard Method

Copies the current PDF document selection to the clipboard.

Declaration

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 CopyToClipboard procedure has no effect.

See Also