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

EAN128Options.FNC1Substitut Property

OBSOLETE

This property has bocome obsolete. Use FNC1Substitute property instead.

Gets or sets the symbol (or set of symbols) that will be replaced in the barcode data with the FNC1 functional character.

Namespace: DevExpress.BarCodes

Assembly: DevExpress.Docs.v18.2.dll

Declaration

[Browsable(false)]
[Obsolete("This property has bocome obsolete. Use FNC1Substitute property instead.")]
public string FNC1Substitut { get; set; }

Property Value

Type Description
String

A String specifying the symbols to be replaced.

Property Paths

You can access this nested property as listed below:

Object Type Path to FNC1Substitut
BarCodeOptions
.EAN128.FNC1Substitut

Remarks

The human-readable text of the EAN128 Code will not contain symbols specified by the FNC1Substitut property. They will be used to generate a Function Code One Character (FNC1).

See Also