EAN128Generator.FNC1Substitute Property
Gets or sets the symbol (or set of symbols) in the bar code’s text that will be replaced with the FNC1 functional character when the bar code’s bars are drawn.
Namespace: DevExpress.XtraPrinting.BarCode
Assembly: DevExpress.Printing.v24.1.Core.dll
NuGet Package: DevExpress.Printing.Core
Declaration
Property Value
Type | Description |
---|---|
String | A String specifying the symbols to be replaced. |
Remarks
Note that if the symbol (or set of symbols) specified by this property appears in the bar code’s TextBrickBase.Text property then it will not be shown in the bar code’s text, but will be used to code the bar code’s bars instead. In every place where the specified symbol is encountered the FNC1 functional character will be inserted into the bar code’s code.
Related GitHub Examples
The following code snippet (auto-collected from DevExpress Examples) contains a reference to the FNC1Substitute property.
Note
The algorithm used to collect these code examples remains a work in progress. Accordingly, the links and snippets below may produce inaccurate results. If you encounter an issue with code examples below, please use the feedback form on this page to report the issue.