Skip to main content
A newer version of this page is available. .

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.v20.2.Core.dll

NuGet Packages: DevExpress.Printing.Core, DevExpress.WindowsDesktop.Printing.Core

Declaration

[DefaultValue("#")]
public string FNC1Substitute { get; set; }

Property Value

Type Default 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.

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.

See Also