ImageExportOptions.TextRenderingMode Property
Specifies the quality of text rendering in images (especially in images having small DPI values and a transparent background).
Namespace: DevExpress.XtraPrinting
Assembly: DevExpress.Printing.v24.2.Core.dll
NuGet Package: DevExpress.Printing.Core
#Declaration
[DefaultValue(TextRenderingMode.SystemDefault)]
public TextRenderingMode TextRenderingMode { get; set; }
#Property Value
Type | Default | Description |
---|---|---|
Text |
System |
A Text |
Available values:
Name | Description |
---|---|
System |
The system default rendering is used. |
Single |
Glyph bitmaps and hinting are used. |
Single |
Glyph bitmaps without hinting are used. |
Anti |
Antialiased glyph bitmaps and hinting are used. |
Anti |
Antialiased glyph bitmaps without hinting is used. |
Clear |
Clear |
#Property Paths
You can access this nested property as listed below:
Object Type | Path to Text |
---|---|
Export |
|
#Remarks
The TextRenderingMode property may help you improve the quality of resulting images in certain scenarios.