Constructs an Annotation.

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

Syntax

C#
public Annotation(
	float llx,
	float lly,
	float urx,
	float ury,
	string url
)
Visual Basic
Public Sub New ( _
	llx As Single, _
	lly As Single, _
	urx As Single, _
	ury As Single, _
	url As String _
)
Visual C++
public:
Annotation(
	float llx, 
	float lly, 
	float urx, 
	float ury, 
	String^ url
)

Parameters

llx
Type: System..::..Single
the lower left x-value
lly
Type: System..::..Single
the lower left y-value
urx
Type: System..::..Single
the upper right x-value
ury
Type: System..::..Single
the upper right y-value
url
Type: System..::..String
the external reference

See Also