TextInfoCharacterInfos Property |
Gets information about rendered characters.
Namespace: Aspose.Html.RenderingAssembly: Aspose.HTML (in Aspose.HTML.dll) Version: 20.3
Syntaxpublic IList<CharacterInfo> CharacterInfos { get; }
Public ReadOnly Property CharacterInfos As IList(Of CharacterInfo)
Get
public:
property IList<CharacterInfo>^ CharacterInfos {
IList<CharacterInfo>^ get ();
}
member CharacterInfos : IList<CharacterInfo> with get
Property Value
Type:
IListCharacterInfo
A
IListT that contains information about rendered characters.
See Also