BarcodeOptionsBuilder<TOptions, TBuilder>.WithWordWrap(Boolean) Method
Specifies whether word wrap is enabled for the barcode text and returns the builder object.
Namespace: DevExpress.Docs.Barcode
Assembly: DevExpress.Docs.Core.v26.1.dll
Declaration
Parameters
| Name | Type | Description |
|---|---|---|
| wordWrap | Boolean |
|
Returns
| Type | Description |
|---|---|
| TBuilder | The builder object with the updated word wrap setting. |
See Also