Capability value object interface. All capability objects implements this interface.
Namespace: TwainScanning.Capability
Assembly: TwainScanning (in TwainScanning.dll) Version: 1.3.4.0 (1.3.4.0)
Syntax
The ICapabilityObjBase type exposes the following members.
Methods
Name | Description | |
---|---|---|
GetCurrentValuesObj |
Get current object values in form of objects.
| |
GetSupportedValuesObj |
Get supported object values in form of objects.
| |
IsSupportedOnThisDevice |
Is capability supported on this Twain device.
| |
QuerrySupport | ||
SetCurrentValuesObj |
Set the current values of the capability.
| |
SetCurrentValuesStr |
Sets the current values of the capability as collection of string.
|
Properties
Name | Description | |
---|---|---|
Cap |
Gets the capability type.
| |
IsMultiVal |
Can this capability have more than one current value. Example of such capability is Caps.SupportedCaps whose value is a collection of types.
| |
IsReadOnly |
Is capability read only. If it is read only tahe value can't be changed.
| |
UnderlyingType |
Gets the type of the capability value.
|
See Also