Skip to main content
All docs
V20.1

PdfTextMarkupAnnotationChangedEventArgs.Author Property

Gets the author of a text markup annotation.

Namespace: DevExpress.Xpf.PdfViewer

Assembly: DevExpress.Xpf.PdfViewer.v20.1.dll

NuGet Packages: DevExpress.WindowsDesktop.Wpf.PdfViewer, DevExpress.Wpf.PdfViewer

Declaration

public string Author { get; }

Property Value

Type Description
String

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

See Also