| Nicomsoft OCR: Developer's Guide |
| C++: | int Scan_Create(HCFG CfgObj, HSCAN* ScanObj) |
| C#: | int Scan_Create(int CfgObj, out int ScanObj) |
| Visual Basic: | Function Scan_Create(ByVal CfgObj As Integer, ByRef ScanObj As Integer) As Integer |
| Java: | int Scan_Create(HCFG CfgObj, HSCAN ScanObj) |
| Delphi: | function Scan_Create(CfgObj:HCFG; out ScanObj:HSCAN):integer |
| CfgObj [IN] – the Config object that will be used for getting options. | |
| ScanObj [OUT] – the variable that will get the identifier of the new Scan object. |