VintaSoft Imaging .NET SDK 14.0: Documentation for .NET developer
Vintasoft.Imaging.Pdf.Drawing Namespace / PdfDrawingFont Class / MeasureString Methods / MeasureString(DrawingString) Method
Syntax Requirements SeeAlso
In This Topic
    MeasureString(DrawingString) Method (PdfDrawingFont)
    In This Topic
    Measures the specified string when drawn with this font.
    Syntax

    Parameters

    text
    A text of string to measure.

    Return Value

    Returns a System.Drawing.SizeF structure that represents the size of the string specified by the text parameter as drawn with this font.
    Requirements

    Target Platforms: .NET9; .NET 8; .NET 7; .NET 6; .NET Framework 4.8, 4.7, 4.6, 4.5, 4.0, 3.5

    See Also