Single value capability.
Inheritance Hierarchy
TwainScanning.CapabilityCapabilityBaseT
TwainScanning.CapabilityCapabilitySingleValueT
Namespace: TwainScanning.Capability
Assembly: TwainScanning (in TwainScanning.dll) Version: 1.3.4.0 (1.3.4.0)
Syntax
Type Parameters
- T
The CapabilitySingleValueT type exposes the following members.
Constructors
Name | Description | |
---|---|---|
![]() | CapabilitySingleValueT |
Initializes a new instance of the CapabilitySingleValueT class.
|
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.) |
![]() | Set |
Sets the specified cap.
|
![]() | 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 value.
|
![]() | IsMultiVal |
Is capability multivalue.
|
![]() | IsReadOnly |
Is capability readonly.
|
![]() | SupportedValues |
Get array of supported caps.
(Inherited from CapabilityBaseT.) |
![]() | UnderlyingType | (Inherited from CapabilityBaseT.) |
![]() | Value |
Gets or sets the value.
|
See Also