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,
	float llx,
	float lly,
	float urx,
	float ury,
	PdfString title,
	PdfString content
)
Visual Basic
Public Sub New ( _
	writer As PdfWriter, _
	llx As Single, _
	lly As Single, _
	urx As Single, _
	ury As Single, _
	title As PdfString, _
	content As PdfString _
)
Visual C++
public:
PdfAnnotation(
	PdfWriter^ writer, 
	float llx, 
	float lly, 
	float urx, 
	float ury, 
	PdfString^ title, 
	PdfString^ content
)

See Also