Skip to main content

PdfMarkupAnnotation.RichTextData Property

Gets a rich text that is displayed in the pop-up window when the annotation is opened.

Namespace: DevExpress.Pdf

Assembly: DevExpress.Pdf.v23.2.Core.dll

NuGet Package: DevExpress.Pdf.Core

Declaration

public string RichTextData { get; }

Property Value

Type Description
String

A string value that represents the rich text.

See Also