Skip to main content
All docs
V23.2

QRCodeGS1Options.FNC1Substitute Property

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

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 that specifies the symbols to be replaced.

Property Paths

You can access this nested property as listed below:

Object Type Path to FNC1Substitute
BarCodeOptions
.QRCodeGS1 .FNC1Substitute

Remarks

If the barcode CodeText property value contains the character (or character set) specified by the FNC1Substitute property, the barcode uses this character(s) to encode the barcode bars, and does not display them. Each occurrence of the specified symbol is replaced with the functional FNC1 character.

See Also