ConType property (ICapability2 Interface)

Visual Basic Example

Visual C++ 5.0 Example

 

Syntax

short ConType

Overview

Refer to How to Work with the Containers – Visual Basic.

Remarks

Gets or sets the container type used in getting or setting the capabilities values. Possible values are:

Value

Meaning

L_TWON_ONEVALUE

Container type is ICapabilityOneValue2 interface.

L_TWON_ENUMERATION

Container type is ICapabilityEnumeration2 interface.

L_TWON_ARRAY

Container type is ICapabilityArray2 interface.

L_TWON_RANGE

Container type is ICapabilityRange2 interface.

L_TWON_DONTCARE16

Container type is unimportant. This is often used to set this property before getting a capability.

See Also

Elements

Capability property, CapabilityLong property

Topics

TWAIN Functionality: Image Functions

 

TWAIN Functionality: Capability Functions