Nicomsoft OCR: Developer's Guide


Img_DeleteAllBlocks


Syntax

C++:int Img_DeleteAllBlocks(HIMG ImgObj)
C#:int Img_DeleteAllBlocks(int ImgObj)
Visual Basic:Function Img_DeleteAllBlocks(ByVal ImgObj As Integer) As Integer
Java:int Img_DeleteAllBlocks(HIMG ImgObj)
Delphi:function Img_DeleteAllBlocks(ImgObj:HIMG):integer


Description

Releases all Block objects assigned to the specified Image object.


Parameters

ImgObj [IN] – the Image object.


Return value

Zero if success, otherwise an error code.


Remarks

None.


Example

None.