Returns the lower left x-value.

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

Syntax

C#
public float GetLlx(
	float def
)
Visual Basic
Public Function GetLlx ( _
	def As Single _
) As Single
Visual C++
public:
float GetLlx(
	float def
)

Parameters

def
Type: System..::..Single
the default value

Return Value

a value

See Also