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

See Also