Skip to main content
A newer version of this page is available. .
All docs
V23.1

QRCodeGS1Generator.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 bar code’s bars are drawn.

Namespace: DevExpress.XtraPrinting.BarCode

Assembly: DevExpress.Printing.v23.1.Core.dll

NuGet Packages: DevExpress.Printing.Core, DevExpress.Win.Dashboard.Design

Declaration

[DefaultValue("#")]
public string FNC1Substitute { get; set; }

Property Value

Type Default Description
String "#"

A String value that specifies the symbols to be replaced.

Remarks

If the barcode Text 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