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

    Specifies the padding for each side of the barcode image and returns the builder object.

    Namespace: DevExpress.Docs.Barcode

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

    Declaration

    public TBuilder WithPadding(
        int left,
        int top,
        int right,
        int bottom
    )

    Parameters

    Name Type Description
    left Int32

    The left padding.

    top Int32

    The top padding.

    right Int32

    The right padding.

    bottom Int32

    The bottom padding.

    Returns

    Type Description
    TBuilder

    The builder object with the updated padding.

    See Also