This property retrieves the TWAIN container type for the specified capability.
[Visual Basic] Public ReadOnly Property
ContainerType As Integer
[C#] public int ContainerType {get;}
Property Value
| Value | Explanation |
|---|---|
| 0 | Failed method |
| 3 | Array Type |
| 4 | Enumeration Type |
| 5 | Single Type |
| 6 | Range Type |
Explanation
The ContainerType property retrieves the TWAIN container type for the capability specified. By executing the GetCapabilityEnumToSingle, GetCapabilityEnumToString, and GetCapabilityRange, the values are set in this property.