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. |
This feature is available in LEADTOOLS version 16 or higher.
The L_WIAVERSION enumeration is used in the uWiaVersion parameter of the L_WiaIsAvailable, L_WiaInitSession and L_WiaAcquireSimple functions to determine which Microsoft WIA version the user wishes to use.