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

PdfTextMarkupAnnotationChangedEventArgs.Author Property

Gets the author of a text markup annotation.

Namespace: DevExpress.XtraPdfViewer

Assembly: DevExpress.XtraPdfViewer.v19.1.dll

Declaration

public string Author { get; }

Property Value

Type Description
String

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

See Also