TextInfoCharacterInfos Property
Gets information about rendered characters.

Namespace: Aspose.Html.Rendering
Assembly: Aspose.HTML (in Aspose.HTML.dll) Version: 20.3
Syntax
public IList<CharacterInfo> CharacterInfos { get; }

Property Value

Type: IListCharacterInfo
A IListT that contains information about rendered characters.
See Also