StringFormat.SetMeasurableCharacterRanges

StringFormat.SetMeasurableCharacterRanges method

Specifies an array of CharacterRange structures that represent the ranges of characters measured by a call to the MeasureCharacterRanges method.

public void SetMeasurableCharacterRanges(CharacterRange[] ranges)
ParameterTypeDescription
rangesCharacterRange[]An array of CharacterRange structures that specifies the ranges of characters measured by a call to the MeasureCharacterRanges method.

See Also