Skip to main content

EAN128Symbology.HumanReadableText Property

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

Namespace: DevExpress.WinUI.Controls

Assembly: DevExpress.WinUI.BarCode.v23.2.dll

NuGet Package: DevExpress.WinUI

#Declaration

[DP(true, Handler = "HumanReadableTextPropertyChanged")]
public bool HumanReadableText { get; set; }

#Property Value

Type Description
Boolean

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

See Also