BarcodeOptionsBuilder<TOptions, TBuilder>.WithWidth(Single) Method
Specifies the width 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 |
|---|---|---|
| width | Single | The width of the barcode image. |
Returns
| Type | Description |
|---|---|
| TBuilder | The builder object with the updated width. |
See Also