Skip to main content
All docs
V26.1
  • QRCodeGS1OptionsBuilder.WithFNC1Substitute(String) Method

    Specifies a substring/character that serves as the placeholder for the FNC1 functional character. Returns the builder instance for method chaining.

    Namespace: DevExpress.Docs.Barcode

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

    Declaration

    public QRCodeGS1OptionsBuilder WithFNC1Substitute(
        string substitute
    )

    Parameters

    Name Type Description
    substitute String

    The symbols to be replaced.

    Returns

    Type Description
    QRCodeGS1OptionsBuilder

    The builder instance for method chaining.

    See Also