BarcodeGenerator.ExportToImage(Byte[], DXImageFormat) Method
Generates a barcode image for the supplied binary data.
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. |
Optional Parameters
| Name | Type | Default | Description |
|---|---|---|---|
| format | DXImageFormat | null | The format of the generated image. |
Returns
| Type | Description |
|---|---|
| DXImage | The generated barcode image. |
See Also