Skip to main content
A newer version of this page is available. .
.NET Framework 4.5.2+
  • The page you are viewing does not exist in the .NET Standard 2.0+ platform documentation. This link will take you to the parent topic of the current section.

DataMatrixGS1Options.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 bar code data with the FNC1 functional character.

Namespace: DevExpress.BarCodes

Assembly: DevExpress.Docs.v19.1.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
.DataMatrixGS1.FNC1Substitut

Remarks

Note

FNC1 for the GS1- Data Matrix bar code has a special meaning and should be the first in the data sequence.

See Also