Windows Desktop SDK
The SDK interface of LibWebFXScan is used to develop the client application for C#. More...
Go to the source code of this file.
Classes |
|
class | DeviceWrapper |
The DeviceWrapper class is a C# wrapper layer of LibWebFXScan. More... |
|
Detailed Description
The SDK interface of LibWebFXScan is used to develop the client application for C#.
- Date
- 2017-06-09
- Copyright
- Copyright (c) 2017 Adview, Inc. ALL Rights Reserved This source file is subject to the terms and conditions of the Adview Inc which restricts the manner in which it may be used.
Definition in file DeviceWrapper.cs.
Enumeration Type Documentation
ENUM_LIBWFX_ERRCODE
|
strong |
The error code of LibWebFXScan.
Definition at line 19 of file DeviceWrapper.cs.
ENUM_LIBWFX_EVENT_CODE
|
strong |
The feedback of event from LIBWFXEVENTCB callback function.
Definition at line 37 of file DeviceWrapper.cs.
ENUM_LIBWFX_EXCEPTION_CODE
|
strong |
If the feedback of exception from LIBWFXCB callback function and ENUM_LIBWFX_NOTIFY_CODE is ENUM_LIBWFX_NOTIFY_CODE::LIBWFX_NOTIFY_EXCEPTION, then pParam1 will return ENUM_LIBWFX_EXCEPTION_CODE type.
Enumerator | |
---|---|
LIBWFX_EXC_OTHER |
The pParam2 will return other exception code, e.g. "error:something's wrong(x)" |
LIBWFX_EXC_TIFF_SAVE_FINSIHED |
If the type of saving is pdf or multi-pdf, then LIBWFXCB will callback this expection code in pParam1 (pParam2 is the filename of pdf.) |
LIBWFX_EXC_PDF_SAVE_FINSIHED |
If the type of saving is tif or multi-tif, then LIBWFXCB will callback this expection code in pParam1 (pParam2 is the filename of tif.) |
Definition at line 50 of file DeviceWrapper.cs.
ENUM_LIBWFX_NOTIFY_CODE
|
strong |
The feedback of notify from LIBWFXCB callback function after scanning.
Enumerator | |
---|---|
LIBWFX_NOTIFY_IMAGE_DONE |
One image save successfully in the specific storage path |
LIBWFX_NOTIFY_END |
All image processing have finished |
LIBWFX_NOTIFY_EXCEPTION |
Please reference ENUM_LIBWFX_EXCEPTION_CODE in pParam1, and pParam2 will get different value |
Definition at line 60 of file DeviceWrapper.cs.