Gets or sets the annotation author.
Namespace:
BitMiracle.Docotic.Pdf
Assembly:
BitMiracle.Docotic.Pdf (in BitMiracle.Docotic.Pdf.dll)
Syntax
C#
public string Author { get; set; }
VB
Public Property Author As String
Get
Set
Property Value
Type:
StringThe identifier of the person who created the annotation.
Remarks
The author is displayed in the title bar of the annotation's pop-up window when the
window is open and active.
See Also