Gets a Rectangle that is altered to fit on the page.

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

Syntax

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

Parameters

top
Type: System..::..Single
the top position
bottom
Type: System..::..Single
the bottom position

Return Value

a Rectangle

See Also