Skip to main content
All docs
V26.1
  • DataBarOptions.FNC1Substitute Property

    Gets or sets the character that is used as a substitute for the FNC1 separator in GS1 DataBar input data.

    Namespace: DevExpress.Docs.Barcode

    Assembly: DevExpress.Docs.Core.v26.1.dll

    Declaration

    public string FNC1Substitute { get; set; }

    Property Value

    Type Description
    String

    The character that is used as a substitute for the FNC1 separator.

    Remarks

    The FNC1Substitute property specifies a string that is replaced with the invisible FNC1 character with the barcode text value. The FNC1 character serves as a field separator in the barcode. The substitute string is not encoded as barcode data.

    See Also