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

    Gets or sets the character that is used as a substitute for the GS1 FNC1 separator in Data Matrix GS1 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 to be replaced.

    Remarks

    Note

    The GS1 Data Matrix barcode interprets the FNC1 character as a separator. Place FNC1 at the beginning of the data sequence.

    See Also