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

PdfViewer.GetSelectionContent() Method

Returns the selected content.

Namespace: DevExpress.XtraPdfViewer

Assembly: DevExpress.XtraPdfViewer.v21.2.dll

NuGet Packages: DevExpress.Win.Design, DevExpress.Win.PdfViewer

Declaration

public PdfSelectionContent GetSelectionContent()

Returns

Type Description
PdfSelectionContent

A PdfSelectionContent object.

See Also