Capability value is array.
Inheritance Hierarchy
TwainScanning.CapabilityCapabilityBaseT
TwainScanning.CapabilityCapabilityArrayT
Namespace: TwainScanning.Capability
Assembly: TwainScanning (in TwainScanning.dll) Version: 1.3.0.0 (1.3.0.0)
Syntax
Type Parameters
- T
- Capability value type.
The CapabilityArrayT type exposes the following members.
Methods
| Name | Description | |
|---|---|---|
| Equals | Determines whether the specified Object is equal to the current Object. (Inherited from Object.) | |
| GetCurrentValuesObj |
Get current value of capability.
(Inherited from CapabilityBaseT.) | |
| GetHashCode | Serves as a hash function for a particular type. (Inherited from Object.) | |
| GetSupportedValuesObj |
Get supported values for capability.
(Inherited from CapabilityBaseT.) | |
| GetType | Gets the Type of the current instance. (Inherited from Object.) | |
| IsSupportedOnThisDevice |
Is capability supported by twain device.
(Inherited from CapabilityBaseT.) | |
| QuerrySupport | (Inherited from CapabilityBaseT.) | |
| Reset |
Resets this instance.
(Inherited from CapabilityBaseT.) | |
| SetCurrentValuesObj |
Set current value for capability.
(Inherited from CapabilityBaseT.) | |
| SetCurrentValuesStr |
Set current value string.
(Inherited from CapabilityBaseT.) | |
| ToString | Returns a String that represents the current Object. (Inherited from Object.) |
Properties
| Name | Description | |
|---|---|---|
| Cap |
Supported caps.
(Inherited from CapabilityBaseT.) | |
| DefaultValue |
Gets the default.
| |
| IsMultiVal |
Is capability multivalue.
| |
| IsReadOnly |
Is capability read-only.
| |
| SupportedValues |
Get array of supported caps.
(Inherited from CapabilityBaseT.) | |
| UnderlyingType | (Inherited from CapabilityBaseT.) | |
| Value |
Gets or sets value (Array).
|
See Also