Nicomsoft OCR: Developer's Guide


Img_Destroy


Syntax

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


Description

Releases the Image object and all Block objects associated with it.


Parameters

ImgObj [IN] – the Image object to destroy.


Return value

Zero if success, otherwise an error code.


Remarks

All objects will be automatically released when the Engine_Uninitialize function is called.


Example

None.