Skip to main content
A newer version of this page is available. .

EAN128Generator.HumanReadableText Property

Specifies whether or not parentheses should be included in the bar code’s text.

Namespace: DevExpress.XtraPrinting.BarCode

Assembly: DevExpress.Printing.v19.2.Core.dll

Declaration

[DefaultValue(true)]
public virtual bool HumanReadableText { get; set; }

Property Value

Type Default Description
Boolean **true**

true to insert parentheses into the bar code’s printed text; otherwise, false.

Remarks

The parentheses are inserted into the text according to the standard rules for the EAN-128 bar code and are used to improve the readability of the bar code’s text.

See Also