| Nicomsoft OCR: Developer's Guide |
| C++: | int Blk_GetBarcodeType(HBLK BlkObj, int BarcodeInd) |
| C#: | int Blk_GetBarcodeType(int BlkObj, int BarcodeInd) |
| Visual Basic: | Function Blk_GetBarcodeType(ByVal BlkObj As Integer, ByVal BarcodeInd As Integer) As Integer |
| Java: | int Blk_GetBarcodeType(HBLK BlkObj, int BarcodeInd) |
| Delphi: | function Blk_GetBarcodeType(BlkObj:HBLK; BarcodeInd:integer):integer |
| BlkObj [IN] – the Block object. You can also specify the Image object if you want to work with the global list of barcodes for the entire image. | |
| BarcodeInd [IN] – the barcode index. |