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