BarcodeGenerator.Print(String, PrintOptions) Method
Prints a barcode image for the specified text, using the given print options.
Namespace: DevExpress.Docs.Barcode
Assembly: DevExpress.Docs.Barcode.v26.1.dll
Declaration
Parameters
| Name | Type | Description |
|---|---|---|
| text | String | The text 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