Skip to main content
A newer version of this page is available.
All docs
V18.2

PdfTextMarkupAnnotationChangedEventArgs.Comment Property

Gets text to be displayed when the markup annotation’s popup window is opened over a page.

Namespace: DevExpress.Xpf.PdfViewer

Assembly: DevExpress.Xpf.PdfViewer.v18.2.dll

Declaration

public string Comment { get; }

Property Value

Type Description
String

A String value that is text to be displayed when the markup annotation’s popup window is opened over a page.

See Also