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

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
file
Type: System..::..String
an external PDF file
page
Type: System..::..Int32
a page number in this file

See Also