ActiveReports 18 .NET Edition
MESCIUS.ActiveReports.Core.Rendering Assembly / GrapeCity.ActiveReports.Extensibility.Rendering.Components.Barcode Namespace / ITextMeasurer Interface / MeasureString Method
The text to measure.

In This Topic
    MeasureString Method (ITextMeasurer)
    In This Topic
    Measures the specified text when drawn with the specified font.
    Syntax
    'Declaration
     
    Function MeasureString( _
       ByVal text As String _
    ) As SizeF
    SizeF MeasureString( 
       string text
    )

    Parameters

    text
    The text to measure.
    See Also