Skip to main content
All docs
V26.1
  • Code128Options.FNC3Substitute Property

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

    Namespace: DevExpress.Docs.Barcode

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

    Declaration

    public string FNC3Substitute { get; set; }

    Property Value

    Type Description
    String

    Symbols to be replaced.

    Remarks

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

    See Also