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

PdfMarkupAnnotationInfo.Comment Property

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

Namespace: DevExpress.Pdf

Assembly: DevExpress.Pdf.v18.2.Drawing.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