BarcodeGenerator.Export(String, Stream, DXImageFormat) Method
Exports a barcode image for the specified text to the provided stream in the given image format.
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. |
| stream | Stream | The stream to which the barcode image will be written. |
Optional Parameters
| Name | Type | Default | Description |
|---|---|---|---|
| format | DXImageFormat | null | (Optional) The image format for the exported barcode. If null, the default format is used. |
See Also