BarcodeOptionsBuilder<TOptions, TBuilder>.WithTextFont(DXFont) Method
Specifies the font 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 |
|---|---|---|
| textFont | DXFont | The font to apply to the barcode text. |
Returns
| Type | Description |
|---|---|
| TBuilder | The builder object with the updated text font. |
See Also