Class TextOptions

Class TextOptions

Namespace: Aspose.Html.Rendering.Image
Assembly: Aspose.HTML.dll (25.2.0)

Represents text rendering options for Aspose.Html.Rendering.Image.ImageDevice.

[ComVisible(true)]
public class TextOptions

Inheritance

objectTextOptions

Inherited Members

object.GetType(), object.MemberwiseClone(), object.ToString(), object.Equals(object?), object.Equals(object?, object?), object.ReferenceEquals(object?, object?), object.GetHashCode()

Properties

UseHinting

Specifies whether to use text hinting. By default, hinting is disabled.

public bool UseHinting { get; set; }

Property Value

bool