BarcodeOptionsBuilder<TOptions, TBuilder>.WithMargin(Padding) Method
Specifies the margin for the barcode image and returns the builder object.
Namespace: DevExpress.Docs.Barcode
Assembly: DevExpress.Docs.Core.v26.1.dll
Declaration
Parameters
| Name | Type | Description |
|---|---|---|
| margin | Padding | The margin to apply to the barcode image. |
Returns
| Type | Description |
|---|---|
| TBuilder | The builder object with the updated margin. |
See Also