Skip to main content
All docs
V26.1
  • BarcodeOptionsBuilder<TOptions, TBuilder>.WithFooter(BarcodeLabel) Method

    Specifies the footer label for the barcode and returns the builder object.

    Namespace: DevExpress.Docs.Barcode

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

    Declaration

    public TBuilder WithFooter(
        BarcodeLabel footer
    )

    Parameters

    Name Type Description
    footer BarcodeLabel

    The footer label to display below the barcode.

    Returns

    Type Description
    TBuilder

    The builder object with the updated footer label.

    See Also