Skip to main content
A newer version of this page is available. .
.NET Framework 4.5.2+

PdfGraphics.MeasureString(String, Font, SizeF, PdfStringFormat) Method

Measures the specified string when drawn with the specified Font, text layout size, and format.

Namespace: DevExpress.Pdf

Assembly: DevExpress.Pdf.v19.1.Drawing.dll

Declaration

public SizeF MeasureString(
    string text,
    Font font,
    SizeF layoutSize,
    PdfStringFormat format
)

Parameters

Name Type Description
text String

A String to measure.

font Font

A Font object that defines the text format of the string.

layoutSize SizeF

A SizeF structure that specifies the maximum layout area for the text.

format PdfStringFormat

A PdfStringFormat object that represents formatting information, such as line spacing, for the string.

Returns

Type Description
SizeF

A SizeF structure that represents the measured size of the string.

See Also