'UsageDim instance As PDFFontBase Dim text As String Dim value As Double value = instance.MeasureString(text)
Parameters
- text
 - The string to measure
 
Return Value
This method returns a double value that represents the size, in points, of the string specified by the text parameter as drawn with this font object.