Available in LEADTOOLS Imaging Pro, Vector, Document, and Medical Imaging toolkits. |
L_WIAVERSION
typedef enum _L_WIAVERSION
{
WiaVersion1 = 1,
WiaVersion2 = 2
} L_WIAVERSION;
Member |
Description |
WiaVersion1 |
Microsoft WIA version 1.0 will be used. |
WiaVersion2 |
Microsoft WIA version 2.0 will be used. |
Comments
This feature is available in LEADTOOLS version 16 or higher.
The L_WIAVERSION enumeration is used in the uWiaVersion parameter of the LWia::IsAvailable, LWia::InitSession and LWia::AcquireSimple functions to determine which Microsoft WIA version the user wishes to use.