| Nicomsoft OCR: Developer's Guide |
| C++: | int Img_GetProperty(HIMG ImgObj, int PropertyID) |
| C#: | int Img_GetProperty(int ImgObj, int PropertyID) |
| Visual Basic: | Function Img_GetProperty(ByVal ImgObj As Integer, ByVal PropertyID As Integer) As Integer |
| Java: | int Img_GetProperty(HIMG ImgObj, int PropertyID) |
| Delphi: | function Img_GetProperty(ImgObj:HIMG; PropertyID:integer):integer |
| ImgObj [IN] – the Image object. | |
| PropertyID [IN] – the property to retrieve. See the IMG_PROP_XXXXX constants for possible values. |