CharacterInfoWidth Property |
Gets characters width in points.
Namespace: Aspose.Html.RenderingAssembly: Aspose.HTML (in Aspose.HTML.dll) Version: 20.3
Syntaxpublic float Width { get; }
Public ReadOnly Property Width As Single
Get
public:
property float Width {
float get ();
}
member Width : float32 with get
Property Value
Type:
Single
Width in points.
See Also