BarcodeOptionsBuilder<TOptions, TBuilder>.WithBarHeight(Single) Method
Specifies the barcode’s bar height and returns the builder object.
Namespace: DevExpress.Docs.Barcode
Assembly: DevExpress.Docs.Core.v26.1.dll
Declaration
Parameters
| Name | Type | Description |
|---|---|---|
| barHeight | Single | The barcode’s bar height. |
Returns
| Type | Description |
|---|---|
| TBuilder | The builder object with the updated bar height. |
See Also