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