Skip to main content

PdfMarkupAnnotation.Title Property

Gets the text displayed in the title bar of the annotation’s pop-up window when the annotation is open and active.

Namespace: DevExpress.Pdf

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

NuGet Package: DevExpress.Pdf.Core

Declaration

public string Title { get; }

Property Value

Type Description
String

A string value that is the annotation title.

See Also