BarcodeOptionsBuilder<TOptions, TBuilder>.WithRightToLeft(Boolean) Method
Specifies whether the barcode text is rendered from right to left and returns the builder object.
Namespace: DevExpress.Docs.Barcode
Assembly: DevExpress.Docs.Core.v26.1.dll
Declaration
Parameters
| Name | Type | Description |
|---|---|---|
| rightToLeft | Boolean |
|
Returns
| Type | Description |
|---|---|
| TBuilder | The builder object with the updated right-to-left setting. |
See Also