Initializes a new instance of the PdfAnnotation class

Namespace: iTextSharp.text.pdf
Assembly: ITextSharp (in ITextSharp.dll) Version: 4.1.6.0

Syntax

C#
public PdfAnnotation(
	PdfWriter writer,
	Rectangle rect
)
Visual Basic
Public Sub New ( _
	writer As PdfWriter, _
	rect As Rectangle _
)
Visual C++
public:
PdfAnnotation(
	PdfWriter^ writer, 
	Rectangle^ rect
)

See Also