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

SystemObject
  TwainScanning.CapabilityCapabilityBaseT
    TwainScanning.CapabilityCapabilityArrayReadonlyT

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

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

Type Parameters

T

The CapabilityArrayReadonlyT type exposes the following members.

Constructors

  NameDescription
Public methodCapabilityArrayReadonlyT
Initializes a new instance of the CapabilityArrayReadonlyT 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 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 default cap array.
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 caps array value.
Top
See Also

Reference