Skip to main content
All docs
V25.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.v25.1.Core.dll

    NuGet Package: DevExpress.Printing.Core

    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