AccusoftISISXpress7 ActiveX DLL : ISX_Errors Enumeration |
Member | Value | Description |
---|---|---|
ISX_SCANERR_BADINDEX | 10002 | Index out of range. An invalid index was used with the SettingLong or SettingString property arrays. The index parameter must be in the range of 0 to ListCount 1. |
ISX_SCANERR_BADLENGTH | 10003 | String too long. An invalid scanner name was assigned to the ScannerName property. |
ISX_SCANERR_BADSCHEMA | 10006 | Invalid filename schema. An invalid schema was set for the FileSchema property. |
ISX_SCANERR_BADVALUE | 10005 | Invalid scanner setting value. An invalid value was assigned to a scanner setting. Every scanner has a different set of legal values for its setting. These values, or choices, can be queried using the appropriate choice properties to insure that a value is legal before it is assigned. |
ISX_SCANERR_CANCEL | 10009 | Cancel performed. The cancel method was called to stop scanning. |
ISX_SCANERR_GENERAL | 10100 | Generic ISIS Error. A nonspecific error occurred. |
ISX_SCANERR_INI | 10008 | Ini File error. An error occurred either reading or writing the current settings to an ini file. |
ISX_SCANERR_NODIB | 10010 | No DIB available. There was no DIB currently created and available. |
ISX_SCANERR_NOLICENSE | 10016 | No License. No valid license was found for ISIS Xpress. |
ISX_SCANERR_NOSCANNER | 10001 | No scanner is loaded. No scanner driver is currently loaded. Many ISIS Xpress properties and methods require a scanner to be loaded before they can be used. ISIS Xpress tries to load the default scanner when the control is first loaded, and will load a new driver when the ScannerName or ScannerSelect property is set. |
ISX_SCANERR_NOTAVAIL | 10007 | Setting not available. A property was queried or set that is not available for a particular setting. For example, if the ScanSetting property is set to ISX_PageSize, the RangeMinimumLong property will return this error. For this property, the SettingString property must be used. |
ISX_SCANERR_OUTOFMEMORY | 10004 | Out of memory. ISIS Xpress could not allocate enough memory to perform the desired operation. |
ISX_SCANERR_PIX | 10000 | ISIS driver error. An error occurred when communicating with the ISIS scanner driver. If the RaiseError property is false, check the ErrorNumber and ErrorDescription properties for extended information that may be returned from the driver. |
ISX_SCANERR_SAVETYPE | 10015 | Save Type. There was a problem with the save type. |
ISX_SCANERR_SEQ | 10014 | Sequence Error. An action was performed that is invalid at this time. For instance, calling ScanBatch or ScanSingle methods while the scanner is already scanning. |
ISX_SCANERR_WIN95 | 10017 | Will not run on Windows 95. ISIS Xpress will not run on Windows 95. |