Skip to main content
A newer version of this page is available. .

PdfViewer.CopyToClipboard() Method

Copies the selected PDF content to the Clipboard.

Namespace: DevExpress.XtraPdfViewer

Assembly: DevExpress.XtraPdfViewer.v20.2.dll

NuGet Package: DevExpress.Win.PdfViewer

Declaration

public virtual void CopyToClipboard()

Remarks

The corresponding command has been provided to the PDF Viewer context menu.

  • Copying text:

    CopyText

  • Copying an image:

    pdf-selection-image-context-menu-winforms

See Also