BarcodeGenerator.ExportToImage Method
| Name | Parameters | Description |
|---|---|---|
| ExportToImage(Byte[], DXImageFormat) | binaryData, format | Generates a barcode image for the supplied binary data. |
| ExportToImage(String, DXImageFormat) | text, format | Generates a barcode image for the supplied text. |
| ExportToImage(String, Encoding, DXImageFormat) | text, encoding, format | Generates a barcode image for the supplied text using the specified encoding. |
| ExportToImage(String, Encoding) | text, encoding | Generates a barcode image for the supplied text using the specified encoding. |