C#: How to avoid WIA-error when scanning documents with 2400dpi or more?
- by Stephan_W
Hello,
when we scan a document with a resolution of 2400dpi or higher, we recieve (for example) the following error-message:
COMException: Ausnahme von HRESULT: 0x80010100 (RPC_E_SYS_CALL_FAILED)
or
COMException: Ausnahme von HRESULT: 0x8021006F
in one of the following lines
img = itm.Transfer(scanFormat.ScanFormat) as…