Click or drag to resize

IBarGraphicsMeasureString Method

Measures the string.

Namespace:  Atalasoft.Barcoding.Writing
Assembly:  Atalasoft.dotImage.Barcoding.Writing (in Atalasoft.dotImage.Barcoding.Writing.dll) Version: 2026.2.0.0.42 (.NET 4.6.2, x86)
Syntax
SizeF MeasureString(
	string text,
	Font font
)

Parameters

text
Type: SystemString
The text to measure.
font
Type: System.DrawingFont
The font used.

Return Value

Type: SizeF
Returns the space needed to render the text with the font
See Also