| Nicomsoft OCR: Developer's Guide |
| C++: | int Img_GetSize(HIMG ImgObj, int* Width, int* Height) |
| C#: | int Img_GetSize(int ImgObj, out int Width, out int Height) |
| Visual Basic: | Function Img_GetSize(ByVal ImgObj As Integer, ByRef Width As Integer, ByRef Height As Integer) As Integer |
| Java: | int Img_GetSize(HIMG ImgObj, NSInt Width, NSInt Height) |
| Delphi: | function Img_GetSize(ImgObj:HIMG; out Width:integer; out Height:integer):integer |
| ImgObj [IN] – the Image object. | |
| Width [OUT] – the variable that will get the image width. | |
| Height [OUT] – the variable that will get the image height. |