BarcodeGenerator.Export(Byte[], Stream) Method
Exports a barcode image for the supplied binary data to a stream.
Namespace: DevExpress.Docs.Barcode
Assembly: DevExpress.Docs.Barcode.v26.1.dll
Declaration
Parameters
| Name | Type | Description |
|---|---|---|
| binaryData | Byte[] | The binary data to encode as a barcode. |
| stream | Stream | The stream to which the barcode image will be written. |
See Also