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
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