Gets the author of a text markup annotation.
Namespace:DevExpress.XtraPdfViewer
Assembly:DevExpress.XtraPdfViewer.v18.2.dll

Syntax
C# |
public string Author { get; }
|
VB |
Public ReadOnly Property Author As String
|
Property value
Type: String
A string that is the text markup annotation's author.

See Also