BarcodeGenerator.Print(Byte[], PrintOptions) Method
Prints a barcode image for the specified binary data, using the given print options.
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 |
|---|---|---|---|
| printOptions | PrintOptions | null | (Optional) The print options to use. If null, the default print settings are used. |
See Also