DataMatrixGS1Symbology.HumanReadableText Property
In This Article
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. |
#Remarks
The parentheses are inserted into the text according to the standard rules for the GS1- Data Matrix bar code and are used to improve the readability of the bar code’s text.
See Also