Skip to main content

EAN128Generator.HumanReadableText Property

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

Namespace: DevExpress.XtraPrinting.BarCode

Assembly: DevExpress.Printing.v24.1.Core.dll

NuGet Package: DevExpress.Printing.Core

Declaration

[TypeConverter(typeof(BooleanTypeConverter))]
[XtraSerializableProperty]
public virtual bool HumanReadableText { get; set; }

Property Value

Type Description
Boolean

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