Skip to main content
A newer version of this page is available. .
.NET Framework 4.5.2+
  • The page you are viewing does not exist in the .NET Standard 2.0+ platform documentation. This link will take you to the parent topic of the current section.

BarCode.TextRenderingHint Property

Gets or sets the bar code text rendering quality.

Namespace: DevExpress.BarCodes

Assembly: DevExpress.Docs.v19.1.dll

Declaration

public TextRenderingHint TextRenderingHint { get; set; }

Property Value

Type Description
TextRenderingHint

A TextRenderingHint enumeration value specifying the bar code rendering quality. The default is TextRenderingHint.AntiAlias.

Remarks

By default, a bar code text is drawn with the Anti-Alias text smoothing settings. You can manually change the text quality rendering using the TextRenderingHint property.

See the TextRenderingHint Enumeration topic in MSDN to learn more.

See Also