Returns the title of this Annotation.
            
Namespace: iTextSharp.textAssembly: ITextSharp (in ITextSharp.dll) Version: 4.1.6.0
Syntax
| C# | 
|---|
public string Title { get; }  | 
| Visual Basic | 
|---|
Public ReadOnly Property Title As String Get  | 
| Visual C++ | 
|---|
public: property String^ Title { String^ get (); }  |