'Declaration
Public Overloads Shared Function GetStringInBox( _ ByVal s As String, _ ByVal font As PdfFont, _ ByVal slo As PdfStringLayoutOptions _ ) As String
'Usage
Dim s As String Dim font As PdfFont Dim slo As PdfStringLayoutOptions Dim value As String value = PdfTextEngine.GetStringInBox(s, font, slo)
Parameters
- s
- String to wrap in the box.
- font
- Font used to draw the string.
- slo
- Layout options that affect the string
Return Value
The string that fit in the given box.