BarcodeGenerator.Export(String, Encoding, Stream) Method
Exports a barcode image for the supplied text to a stream using the specified 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. |
| stream | Stream | The stream to which the barcode image will be written. |
See Also