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