BarcodeOptionsBuilder<TOptions, TBuilder>.WithMargin(Int32) Method
Specifies the same margin for all sides 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 |
|---|---|---|
| all | Int32 | The margin value to apply to all sides. |
Returns
| Type | Description |
|---|---|
| TBuilder | The builder object with the updated margins. |
See Also