L_WIAVERSION

Summary

The L_WIAVERSION enumeration determines which Microsoft WIA version the user wishes to use.

Syntax

typedef enum _L_WIAVERSION 
{ 
   WiaVersion1 = 1, 
   WiaVersion2 = 2 
} L_WIAVERSION; 

Members

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 enumeration is used in the uWiaVersion parameter of the functions:

Help Version 23.0.2024.2.29
Products | Support | Contact Us | Intellectual Property Notices
© 1991-2024 LEAD Technologies, Inc. All Rights Reserved.

LEADTOOLS WIA C++ Class Library Help

Products | Support | Contact Us | Intellectual Property Notices
© 1991-2023 LEAD Technologies, Inc. All Rights Reserved.