GraphicsOptionsTextRenderingHint Property |
Gets or sets text rendering hint.
Namespace:
Aspose.CAD.ImageOptions
Assembly:
Aspose.CAD (in Aspose.CAD.dll) Version: 20.8
Syntaxpublic TextRenderingHint TextRenderingHint { get; set; }
Public Property TextRenderingHint As TextRenderingHint
Get
Set
public:
property TextRenderingHint TextRenderingHint {
TextRenderingHint get ();
void set (TextRenderingHint value);
}
member TextRenderingHint : TextRenderingHint with get, set
Property Value
Type:
TextRenderingHint
See Also