Skip to main content
A newer version of this page is available.
All docs
V19.1
.NET Framework 4.5.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.v19.1.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