PdfSelectedContent.Text Property
In This Article
Returns the text selected in the PDF doc. Users can only select text or a single image within a single page.
Namespace: DevExpress.Maui.Pdf
Assembly: DevExpress.Maui.Pdf.dll
NuGet Package: DevExpress.Maui.Pdf
#Declaration
C#
public string Text { get; }
#Property Value
Type | Description |
---|---|
String | The selected text. |
See Also