Skip to main content

DevExpress v24.2 Update — Your Feedback Matters

Our What's New in v24.2 webpage includes product-specific surveys. Your response to our survey questions will help us measure product satisfaction for features released in this major update and help us refine our plans for our next major release.

Take the survey Not interested

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

See Also