Skip to main content
A newer version of this page is available.
All docs
V19.1

PdfTextMarkupAnnotationCreatingEventArgs.SelectedText Property

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

Namespace: DevExpress.XtraPdfViewer

Assembly: DevExpress.XtraPdfViewer.v19.1.dll

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