Nicomsoft OCR: Developer's Guide


Img_DeleteBlock


Syntax

C++:int Img_DeleteBlock(HIMG ImgObj, HBLK BlkObj)
C#:int Img_DeleteBlock(int ImgObj, int BlkObj)
Visual Basic:Function Img_DeleteBlock(ByVal ImgObj As Integer, ByVal BlkObj As Integer) As Integer
Java:int Img_DeleteBlock(HIMG ImgObj, HBLK BlkObj)
Delphi:function Img_DeleteBlock(ImgObj:HIMG; BlkObj:HBLK):integer


Description

Releases the specified Block object and removes it from the list of Block objects assigned to the specified Image object.


Parameters

ImgObj [IN] – the Image object.
BlkObj [IN] – the Block object to destroy.


Return value

Zero if success, otherwise an error code.


Remarks

None.


Example

None.