GraphicContextTextInfo Property
Gets a TextInfo object which contains information about rendered text.

Namespace: Aspose.Html.Rendering
Assembly: Aspose.HTML (in Aspose.HTML.dll) Version: 20.3
Syntax
public virtual TextInfo TextInfo { get; }

Property Value

Type: TextInfo
The TextInfo object.
See Also