Namespace: iTextSharp.text.pdf.intern
Assembly: ITextSharp (in ITextSharp.dll) Version: 4.1.6.0
Assembly: ITextSharp (in ITextSharp.dll) Version: 4.1.6.0
Syntax
| C# | 
|---|
public static PdfAnnotation ConvertAnnotation( PdfWriter writer, Annotation annot, Rectangle defaultRect )  | 
| Visual Basic | 
|---|
Public Shared Function ConvertAnnotation ( _ writer As PdfWriter, _ annot As Annotation, _ defaultRect As Rectangle _ ) As PdfAnnotation  | 
| Visual C++ | 
|---|
public: static PdfAnnotation^ ConvertAnnotation( PdfWriter^ writer, Annotation^ annot, Rectangle^ defaultRect )  | 
Parameters
- writer
 - Type: iTextSharp.text.pdf..::..PdfWriter
 
- annot
 - Type: iTextSharp.text..::..Annotation
 
- defaultRect
 - Type: iTextSharp.text..::..Rectangle