Skip to main content

DataBarOptions.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.BarCodes

Assembly: DevExpress.Docs.v23.2.dll

NuGet Package: DevExpress.Document.Processor

Declaration

public string FNC1Substitute { get; set; }

Property Value

Type Description
String

A String value, specifying the symbols to be replaced.

Property Paths

You can access this nested property as listed below:

Object Type Path to FNC1Substitute
BarCodeOptions
.DataBar .FNC1Substitute

Remarks

The string, specified by the FNC1Substitute property, is replaced in the string assigned to the BarCode.CodeText property with the invisible FNC1 character. The FNC1 character serves as a field separator in the bar code. Thus, the FNC1Substitute string is not displayed in the bar code text.

See Also