Gets or set the name of the annotation,the entry is deleted by default when the
input value is an empty string
Namespace: Spire.Pdf.AnnotationsAssembly: Spire.Pdf (in Spire.Pdf.dll) Version: 7.9.2.0 (7.9.2.1020)
Syntax
| C# | Visual Basic | Visual C++ | F# |
public string Author { get; set; }
Public Property Author As String Get Set
public: property String^ Author { String^ get (); void set (String^ value); }
member Author : string with get, set