| Nicomsoft OCR: Developer's Guide |
| C++: | int Blk_GetLineCnt(HBLK BlkObj) |
| C#: | int Blk_GetLineCnt(int BlkObj) |
| Visual Basic: | Function Blk_GetLineCnt(ByVal BlkObj As Integer) As Integer |
| Java: | int Blk_GetLineCnt(HBLK BlkObj) |
| Delphi: | function Blk_GetLineCnt(BlkObj:HBLK):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. |