PdfViewerControl.GetSelectionContent() Method
In This Article
Returns the selected content in a document.
Namespace: DevExpress.Xpf.PdfViewer
Assembly: DevExpress.Xpf.PdfViewer.v24.2.dll
NuGet Package: DevExpress.Wpf.PdfViewer
#Declaration
public PdfSelectionContent GetSelectionContent()
#Returns
Type | Description |
---|---|
Pdf |
A Pdf |
See Also