A newer version of this page is available.
Switch to the current version.
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.v18.2.Core.dll
Declaration
[DefaultValue(TextRenderingMode.SystemDefault)]
[XtraSerializableProperty]
public TextRenderingMode TextRenderingMode { get; set; }
<DefaultValue(TextRenderingMode.SystemDefault)>
<XtraSerializableProperty>
Public Property TextRenderingMode As TextRenderingMode
Property Value
Type | Default | Description |
---|---|---|
TextRenderingMode | SystemDefault |
A TextRenderingMode enumeration value. |
Property Paths
You can access this nested property as listed below:
Library | Object Type | Path to TextRenderingMode |
---|---|---|
Cross-Platform Class Library | RemotePrintingSystem |
|
ExportOptions |
|
|
PrintingSystemBase |
|
|
WinForms Controls | PrintingSystem |
|
XtraSchedulerReport |
|
|
WPF Controls | ExportOptionsContainer |
|
PrintingSystem |
|
|
PrintingSystem |
|
|
Reporting | XtraReport |
|
DocumentOperationRequest |
|
Remarks
The TextRenderingMode property may help you improve the quality of resulting images in certain scenarios.
See Also
Feedback