'Declaration
Public Overloads Shared Function GetStringHeight( _ ByVal s As String, _ ByVal font As PdfFont, _ ByVal slo As PdfStringLayoutOptions _ ) As Double
'Usage
Dim s As String Dim font As PdfFont Dim slo As PdfStringLayoutOptions Dim value As Double value = PdfTextEngine.GetStringHeight(s, font, slo)
Parameters
- s
- String to measure.
- font
- Font used to draw the string.
- slo
- Layout options that affect the string
Return Value
The total height of the text lines.