BarcodeOptionsBuilder<TOptions, TBuilder>.WithFooter(String) Method
Specifies the footer text for the barcode and returns the builder object.
Namespace: DevExpress.Docs.Barcode
Assembly: DevExpress.Docs.Core.v26.1.dll
Declaration
Parameters
| Name | Type | Description |
|---|---|---|
| text | String | The footer text to display below the barcode. |
Returns
| Type | Description |
|---|---|
| TBuilder | The builder object with the updated footer text. |
See Also