Back to Devexpress

EAN128Generator.HumanReadableText Property

corelibraries-devexpress-dot-xtraprinting-dot-barcode-dot-ean128generator-4f96ed02.md

latest1.7 KB
Original Source

EAN128Generator.HumanReadableText Property

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

Namespace : DevExpress.XtraPrinting.BarCode

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

NuGet Package : DevExpress.Printing.Core

Declaration

csharp
[DefaultValue(true)]
public virtual bool HumanReadableText { get; set; }
vb
<DefaultValue(True)>
Public Overridable Property HumanReadableText As Boolean

Property Value

TypeDefaultDescription
Booleantrue

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

GS1-128 (UCC/EAN-128)

EAN128Generator Class

EAN128Generator Members

DevExpress.XtraPrinting.BarCode Namespace