Skip to main content
All docs
V25.1
  • Code128Options.FNC2Substitute Property

    A substring/character that serves as the placeholder for the FNC2 functional character.

    Namespace: DevExpress.BarCodes

    Assembly: DevExpress.Docs.v25.1.dll

    NuGet Package: DevExpress.Document.Processor

    Declaration

    public string FNC2Substitute { get; set; }

    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 FNC2Substitute
    BarCodeOptions
    .Code128 .FNC2Substitute

    Remarks

    The barcode searches its CodeText for the substring/character specified by the FNC2Substitute property. All found placeholders are replaced with functional FNC2 characters. The control does not display these characters and only uses them to encode the text.

    See Also