CharRange

EmfPlusStringFormatData.CharRange property

Gets or sets an optional array of RangeCount EmfPlusCharacterRange objects that specify the range of character positions within a string of text. The bounding region is defined by the area of the display that is occupied by a group of characters specified by the character range. This field MUST be present if the value of the RangeCount field in the EmfPlusStringFormat object is greater than 0.

public EmfPlusCharacterRange[] CharRange { get; set; }

See Also