Visual Basic (Declaration) | |
---|---|
<FlagsAttribute()> Public Enum WiaVariableTypes Inherits System.Enum Implements IComparable, IConvertible, IFormattable |
Visual Basic (Usage) | Copy Code |
---|---|
Dim instance As WiaVariableTypes |
C# | |
---|---|
[FlagsAttribute()] public enum WiaVariableTypes : System.Enum, IComparable, IConvertible, IFormattable |
C++/CLI | |
---|---|
[FlagsAttribute()] public enum class WiaVariableTypes : public System.Enum, IComparable, IConvertible, IFormattable |
Member | Description |
---|---|
Array | VT_ARRAY |
Blob | VT_BLOB |
BlobObject | VT_BLOB_OBJECT |
Bool | VT_BOOL |
Bstr | VT_BSTR |
BstrBlob | VT_BSTR_BLOB |
ByRef | VT_BYREF |
CArray | VT_CARRAY |
CF | VT_CF |
Clsid | VT_CLSID |
Cy | VT_CY |
Date | VT_DATE |
Decimal | VT_DECIMAL |
Dispatch | VT_DISPATCH |
Empty | VT_EMPTY |
Error | VT_ERROR |
FileTime | VT_FILETIME |
HResult | VT_HRESULT |
I1 | VT_I1 |
I2 | VT_I2 |
I4 | VT_I4 |
I8 | VT_I8 |
Illegal | VT_ILLEGAL |
IllegalMasked | VT_ILLEGALMASKED |
Int | VT_INT |
IntPtr | VT_INT_PTR |
Lpstr | VT_LPSTR |
Lpwstr | VT_LPWSTR |
Null | VT_NULL |
Ptr | VT_PTR |
R4 | VT_R4 |
R8 | VT_R8 |
Record | VT_RECORD |
Reserved | VT_RESERVED |
SafeArray | VT_SAFEARRAY |
Storage | VT_STORAGE |
StoredObject | VT_STORED_OBJECT |
Stream | VT_STREAM |
StreamedObject | VT_STREAMED_OBJECT |
TypeMask | VT_TYPEMASK |
UI1 | VT_UI1 |
UI2 | VT_UI2 |
UI4 | VT_UI4 |
UI8 | VT_UI8 |
UInt | VT_UINT |
UIntPtr | VT_UINT_PTR |
Unknown | VT_UNKNOWN |
UserDefined | VT_USERDEFINED |
Variant | VT_VARIANT |
Vector | VT_VECTOR |
VersionedStream | VT_VERSIONED_STREAM |
Void | VT_VOID |
For an example, refer to WiaSession.EnumCapabilities
System.Object
System.ValueType
System.Enum
Leadtools.Wia.WiaVariableTypes
Target Platforms: Microsoft .NET Framework 2.0, Windows 2000, Windows XP, Windows Server 2003 family, Windows Server 2008 family, Windows Vista, Windows 7