DataBarGenerator.FNC1Substitute Property
Specifies the symbol (or set of symbols) in the bar code’s text that will be replaced with the FNC1 functional character when the bars are drawn.
Namespace: DevExpress.XtraPrinting.BarCode
Assembly: DevExpress.Printing.v24.1.Core.dll
NuGet Package: DevExpress.Printing.Core
Declaration
[TypeConverter(typeof(DataBarExpandedFNC1Converter))]
[XtraSerializableProperty]
public string FNC1Substitute { get; set; }
Property Value
Type | Description |
---|---|
String | A String value, specifying the symbols to be replaced. |
Remarks
If the symbol (or set of symbols) specified by the FNC1Substitute property appears in the bar code’s TextBrickBase.Text property, it will not be shown in the bar code’s text, but will be used to code the bar code’s bars instead. On each occurrence of the specified symbol, it will be replaced with the FNC1 functional character.
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.