Types of ABBYY FlexiCapture SDK Properties
The ABBYY FlexiCapture SDK properties may be of the following types:
Visual Basic type | C++ type |
---|---|
Boolean (with two values, True and False) | VARIANT_BOOL (with two values VARIANT_TRUE and VARIANT_FALSE) |
Integer | int |
Double | double |
String | BSTR, a pointer to Unicode string. Zero value specifies an empty string. |
Object | IUnknown-derived interface |
Enumeration | Enumeration |
See the detailed description of working with properties in ABBYY FlexiCapture SDK in the Working with Properties section.
8/15/2023 1:19:30 PM