News & Releases
|
|

Spire.Barcode 5.7.1 supports getting the barcode location in the image and the barcode type
We're pleased to announce the release of Spire.Barcode 5.7.1. This updated version supports getting the barcode location in the image and the barcode type. Meanwhile, it also fixes the issues that occurred when scanning the image. More details are listed below.
Here is a list of changes made in this release
| Category | ID | Description |
| New feature | SPIREBARCODE-195 | Supports getting the barcode location in the image and the barcode type.
BarcodeInfo[] barcodeInfos = BarcodeScanner.ScanInfo(imageFile);
//BarcodeInfo[] barcodeInfos = BarcodeScanner.ScanInfo(imageFile, barCodeType);
for (int i = 0; i < barcodeInfos.Length; i++)
{
//Get the barcode type
BarCodeReadType barCodeReadType = barcodeInfos[i].BarCodeReadType;
//Get the four vertices of the rectangle
Point[] vertexes = barcodeInfos[i].Vertexes;
}
|
| Bug | SPIREBARCODE-188 | Fixes the issue that the application hung when scanning the image. |
| Bug | SPIREBARCODE-190 SPIREBARCODE-194 | Fixes the issue that the scan results were incorrect. |
Click the link below to download Spire.Barcode 5.7.1:
More information of Spire.Barcode new release or hotfix: