Contains the data of a text element.
Used as the value of SvgElementInfo.TextData. This member is only valid if the SVG element (SvgElementInfo.ElementType is a text SVG element.
SvgTextData contains the following:
Member | Value |
---|---|
Text |
The text as a string. The number of items in the arrays below is equivalent to the number of characters in this string (System.String.Length). |
Bounds |
An array of Leadtools.LeadRectD that specifies the physical (pixel) bounds of each character in the text. |
CharacterFlags |
An array of SvgTextCharacterFlags that specifies the position flags of each character in the text. |
Directions |
An array of SvgCharacterDirection that specifies the direction of each character in the text. |
For an example, refer to SvgDocument.SortElements.