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.v24.2.dll
NuGet Package: DevExpress.Document.Processor
Declaration
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 |
|
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