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

Syntax

C#
public Rectangle Rectangle(
	float top,
	float bottom
)
Visual Basic
Public Function Rectangle ( _
	top As Single, _
	bottom As Single _
) As Rectangle
Visual C++
public:
Rectangle^ Rectangle(
	float top, 
	float bottom
)

Parameters

top
Type: System..::..Single
bottom
Type: System..::..Single

See Also