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,
	int named
)
Visual Basic
Public Sub New ( _
	llx As Single, _
	lly As Single, _
	urx As Single, _
	ury As Single, _
	named As Integer _
)
Visual C++
public:
Annotation(
	float llx, 
	float lly, 
	float urx, 
	float ury, 
	int named
)

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
named
Type: System..::..Int32
a named destination in this file

See Also