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

PdfTextMarkupAnnotationChangedEventArgs.Comment Property

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

Namespace: DevExpress.XtraPdfViewer

Assembly: DevExpress.XtraPdfViewer.v19.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