Returns the lower left x-coordinate considering a given margin.

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

Syntax

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

Parameters

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

Return Value

the lower left x-coordinate

See Also