Skip to main content
All docs
V20.1

PdfTextMarkupAnnotationCreatingEventArgs.SelectedText Property

Gets a selected text for which a markup annotation is being created on a page.

Namespace: DevExpress.Xpf.PdfViewer

Assembly: DevExpress.Xpf.PdfViewer.v20.1.dll

NuGet Packages: DevExpress.WindowsDesktop.Wpf.PdfViewer, DevExpress.Wpf.PdfViewer

Declaration

public string SelectedText { get; }

Property Value

Type Description
String

A string that represents a selected text for which a markup annotation is being created on a page.

See Also