'Declaration
Public Shared Function MeasureString( _ ByVal s As String, _ ByVal font As PDFFont _ ) As PDFSize
'Usage
Dim s As String Dim font As PDFFont Dim value As PDFSize value = PDFTextEngine.MeasureString(s, font)
Parameters
- s
- String to measure.
- font
- Font used to display the string.
Return Value
The size of the string when displayed using the font.