Returns the upper right y-value.

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

Syntax

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

Parameters

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

Return Value

a value

See Also