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

Syntax

C#
public float GetDescentPoint(
	string text,
	float fontSize
)
Visual Basic
Public Function GetDescentPoint ( _
	text As String, _
	fontSize As Single _
) As Single
Visual C++
public:
float GetDescentPoint(
	String^ text, 
	float fontSize
)

Parameters

text
Type: System..::..String
fontSize
Type: System..::..Single

See Also