| Nicomsoft OCR: Developer's Guide |
| C++: | int Blk_SetType(HBLK BlkObj, int BlockType) |
| C#: | int Blk_SetType(int BlkObj, int BlockType) |
| Visual Basic: | Function Blk_SetType(ByVal BlkObj As Integer, ByVal BlockType As Integer) As Integer |
| Java: | int Blk_SetType(HBLK BlkObj, int BlockType) |
| Delphi: | function Blk_SetType(BlkObj:HBLK; BlockType:integer):integer |
| BlkObj [IN] – the Block object. | |
| BlockType [IN] – the new zone type; see the BT_XXXXX constants for possible values. |