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

    Specifies the padding for the barcode image and returns the builder object.

    Namespace: DevExpress.Docs.Barcode

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

    Declaration

    public TBuilder WithPadding(
        Padding padding
    )

    Parameters

    Name Type Description
    padding Padding

    The padding to apply to the barcode image.

    Returns

    Type Description
    TBuilder

    The builder object with the updated padding.

    See Also