CapabilitySingleValueT ClassTerminal Works - TwainScanning.Net Library
Single value capability.
Inheritance Hierarchy

SystemObject
  TwainScanning.CapabilityCapabilityBaseT
    TwainScanning.CapabilityCapabilitySingleValueT

Namespace: TwainScanning.Capability
Assembly: TwainScanning (in TwainScanning.dll) Version: 1.3.4.0 (1.3.4.0)
Syntax

public sealed class CapabilitySingleValue<T> : CapabilityBase<T>, 
	ICapabilityObjBase

Type Parameters

T

The CapabilitySingleValueT type exposes the following members.

Constructors

  NameDescription
Public methodCapabilitySingleValueT
Initializes a new instance of the CapabilitySingleValueT class.
Top
Methods

  NameDescription
Public methodEquals
Determines whether the specified Object is equal to the current Object.
(Inherited from Object.)
Public methodGetCurrentValuesObj
Get current value of capability.
(Inherited from CapabilityBaseT.)
Public methodGetHashCode
Serves as a hash function for a particular type.
(Inherited from Object.)
Public methodGetSupportedValuesObj
Get supported values for capability.
(Inherited from CapabilityBaseT.)
Public methodGetType
Gets the Type of the current instance.
(Inherited from Object.)
Public methodIsSupportedOnThisDevice
Is capability supported by twain device.
(Inherited from CapabilityBaseT.)
Public methodQuerrySupport (Inherited from CapabilityBaseT.)
Public methodReset
Resets this instance.
(Inherited from CapabilityBaseT.)
Public methodSet
Sets the specified cap.
Public methodSetCurrentValuesObj
Set current value for capability.
(Inherited from CapabilityBaseT.)
Public methodSetCurrentValuesStr
Set current value string.
(Inherited from CapabilityBaseT.)
Public methodToString
Returns a String that represents the current Object.
(Inherited from Object.)
Top
Properties

  NameDescription
Public propertyCap
Supported caps.
(Inherited from CapabilityBaseT.)
Public propertyDefaultValue
Gets the default value.
Public propertyIsMultiVal
Is capability multivalue.
Public propertyIsReadOnly
Is capability readonly.
Public propertySupportedValues
Get array of supported caps.
(Inherited from CapabilityBaseT.)
Public propertyUnderlyingType (Inherited from CapabilityBaseT.)
Public propertyValue
Gets or sets the value.
Top
See Also

Reference