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

PdfTextMarkupAnnotationChangedEventArgs.Author Property

Gets the author of a text markup annotation.

Namespace: DevExpress.Xpf.PdfViewer

Assembly: DevExpress.Xpf.PdfViewer.v19.2.dll

Declaration

public string Author { get; }

Property Value

Type Description
String

A string that is the text markup annotation’s author.

See Also