CapabilityArrayT ClassTerminal Works - TwainScanning.Net Library
Capability value is array.
Inheritance Hierarchy

SystemObject
  TwainScanning.CapabilityCapabilityBaseT
    TwainScanning.CapabilityCapabilityArrayT

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

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

Type Parameters

T
Capability value type.

The CapabilityArrayT type exposes the following members.

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 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.
Public propertyIsMultiVal
Is capability multivalue.
Public propertyIsReadOnly
Is capability read-only.
Public propertySupportedValues
Get array of supported caps.
(Inherited from CapabilityBaseT.)
Public propertyUnderlyingType (Inherited from CapabilityBaseT.)
Public propertyValue
Gets or sets value (Array).
Top
See Also

Reference