Returns the upper right x-value.

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

Syntax

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

Parameters

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

Return Value

a value

See Also