BarcodeGenerator.ExportToPdf Method
| Name | Parameters | Description |
|---|---|---|
| ExportToPdf(Byte[], Stream) | binaryData, stream | Exports a barcode to PDF format. |
| ExportToPdf(String, Stream) | text, stream | Exports a barcode to PDF format. |
| ExportToPdf(String, Encoding, Stream) | text, encoding, stream | Exports a barcode to PDF format. |