BarCode.BarCodeImage Property
Gets the bar code image.
Namespace: DevExpress.BarCodes
Assembly: DevExpress.Docs.v24.2.dll
NuGet Package: DevExpress.Document.Processor
Declaration
Property Value
Type | Description |
---|---|
DXBitmap | The barcode image. |
Remarks
Use the BarCodeImage
property to obtain the resulting bar code image. The bar code image is reset when any BarCode
property is changed.
Note
Barcode export to WMF and EMF images is not available if you use the BarCode.BarCodeImage.Save method. Use the BarCode.Save method instead.
Related GitHub Examples
The following code snippets (auto-collected from DevExpress Examples) contain references to the BarCodeImage property.
Note
The algorithm used to collect these code examples remains a work in progress. Accordingly, the links and snippets below may produce inaccurate results. If you encounter an issue with code examples below, please use the feedback form on this page to report the issue.