BarcodeGenerator.Print(String, Encoding) Method
Prints a barcode image for the specified text using the given encoding.
Namespace: DevExpress.Docs.Barcode
Assembly: DevExpress.Docs.Barcode.v26.1.dll
Declaration
Parameters
| Name | Type | Description |
|---|---|---|
| text | String | The text to encode as a barcode. |
| encoding | Encoding | The encoding to use for the text. |
See Also