Back to Devexpress

TdxPDFViewerSelection.CopyToClipboard Method

vcl-dxpdfviewer-dot-tdxpdfviewerselection-e5943975.md

latest1.6 KB
Original Source

TdxPDFViewerSelection.CopyToClipboard Method

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

TdxPDFViewerSelection.Select

TdxPDFViewerSelection.SelectAll

TdxPDFViewerSelection.SelectText

TdxPDFViewerSelection Class

TdxPDFViewerSelection Members

dxPDFViewer Unit