Back to Devexpress

PdfSelectedContent.Text Property

maui-devexpress-dot-maui-dot-pdf-dot-pdfselectedcontent-3abef7d2.md

latest796 B
Original Source

PdfSelectedContent.Text Property

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

csharp
public string Text { get; }

Property Value

TypeDescription
String

The selected text.

|

See Also

PdfSelectedContent Class

PdfSelectedContent Members

DevExpress.Maui.Pdf Namespace