Initializes a new instance of the Annotation class
Namespace: iTextSharp.textAssembly: ITextSharp (in ITextSharp.dll) Version: 4.1.6.0
Syntax
| C# | 
|---|
public Annotation( Annotation an )  | 
| Visual Basic | 
|---|
Public Sub New ( _ an As Annotation _ )  | 
| Visual C++ | 
|---|
public: Annotation( Annotation^ an )  | 
Parameters
- an
 - Type: iTextSharp.text..::..Annotation