Single value readOnly capability.
Inheritance Hierarchy
TwainScanning.CapabilityCapabilityBaseT
TwainScanning.CapabilityCapabilitySingleValueReadonlyT
Namespace: TwainScanning.Capability
Assembly: TwainScanning (in TwainScanning.dll) Version: 1.3.4.0 (1.3.4.0)
Syntax
public sealed class CapabilitySingleValueReadonly<T> : CapabilityBase<T>, ICapabilityObjBase
Type Parameters
- T
The CapabilitySingleValueReadonlyT type exposes the following members.
Constructors
Name | Description | |
---|---|---|
CapabilitySingleValueReadonlyT |
Initializes a new instance of the CapabilitySingleValueReadonlyT 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.) | |
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 readOnly.
| |
SupportedValues |
Get array of supported caps.
(Inherited from CapabilityBaseT.) | |
UnderlyingType | (Inherited from CapabilityBaseT.) | |
Value |
Gets the value.
|
See Also