Returns the lower left y-coordinate, considering a given margin.

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

Syntax

C#
public float GetBottom(
	float margin
)
Visual Basic
Public Function GetBottom ( _
	margin As Single _
) As Single
Visual C++
public:
float GetBottom(
	float margin
)

Parameters

margin
Type: System..::..Single
a margin

Return Value

the lower left y-coordinate

See Also