Get/set the annotation.
Namespace: iTextSharp.textAssembly: ITextSharp (in ITextSharp.dll) Version: 4.1.6.0
Syntax
| C# |
|---|
public Annotation Annotation { get; set; } |
| Visual Basic |
|---|
Public Property Annotation As Annotation Get Set |
| Visual C++ |
|---|
public: property Annotation^ Annotation { Annotation^ get (); void set (Annotation^ value); } |