Interface ITextMetrics

Interface ITextMetrics

Namespace: Aspose.Html.Dom.Canvas
Assembly: Aspose.HTML.dll (25.2.0)

Represents the dimension of a text in the canvas.

[DOMName("TextMetrics")]
[ComVisible(true)]
[DOMObject]
public interface ITextMetrics

Properties

Width

Is a double giving the calculated width of a segment of inline text in CSS pixels.

[DOMName("width")]
double Width { get; }

Property Value

double