BarcodeOptionsBuilder<TOptions, TBuilder>.WithSides(BorderSide) Method
Specifies which sides of the barcode image have borders and returns the builder object.
Namespace: DevExpress.Docs.Barcode
Assembly: DevExpress.Docs.Core.v26.1.dll
Declaration
Parameters
| Name | Type | Description |
|---|---|---|
| sides | BorderSide | The sides of the barcode image to display borders on. |
Returns
| Type | Description |
|---|---|
| TBuilder | The builder object with the updated border sides. |
See Also