TextState.MeasureString

TextState.MeasureString method

Measures the string.

public virtual double MeasureString(string str)
ParameterTypeDescription
strStringThe string.

Return Value

Width of the string represented with this text state.

See Also