BarcodeGenerator.ExportToPdf(Byte[], Stream) Method
Exports a barcode to PDF format.
Namespace: DevExpress.Docs.Barcode
Assembly: DevExpress.Docs.Barcode.v26.1.dll
Declaration
Parameters
| Name | Type | Description |
|---|---|---|
| binaryData | Byte[] | The binary data to encode in the barcode. |
| stream | Stream | The stream to which the PDF document is written. |
See Also