BarcodeOptionsBuilder<TOptions, TBuilder>.WithBorderWidth(Single) Method
Specifies the border width of the bar code image and returns the builder object.
Namespace: DevExpress.Docs.Barcode
Assembly: DevExpress.Docs.Core.v26.1.dll
Declaration
Parameters
| Name | Type | Description |
|---|---|---|
| borderWidth | Single | Border width. |
Returns
| Type | Description |
|---|---|
| TBuilder | The builder object with the updated border width. |
See Also