PdfViewer.GetSelectedContent() Method
In This Article
Returns an object that contains the selected content.
Namespace: DevExpress.Maui.Pdf
Assembly: DevExpress.Maui.Pdf.dll
NuGet Package: DevExpress.Maui.Pdf
#Declaration
C#
public PdfSelectedContent GetSelectedContent()
#Returns
Type | Description |
---|---|
Pdf |
An object that contains the selected content. |
#Remarks
The PdfViewer control allows users to only select text or a single image within a single page.
See Also