ICapabilityObjBase InterfaceTerminal Works - TwainScanning.Net Library
Capability value object interface. All capability objects implements this interface.

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

public interface ICapabilityObjBase

The ICapabilityObjBase type exposes the following members.

Methods

  NameDescription
Public methodGetCurrentValuesObj
Get current object values in form of objects.
Public methodGetSupportedValuesObj
Get supported object values in form of objects.
Public methodIsSupportedOnThisDevice
Is capability supported on this Twain device.
Public methodQuerrySupport
Public methodSetCurrentValuesObj
Set the current values of the capability.
Public methodSetCurrentValuesStr
Sets the current values of the capability as collection of string.
Top
Properties

  NameDescription
Public propertyCap
Gets the capability type.
Public propertyIsMultiVal
Can this capability have more than one current value. Example of such capability is Caps.SupportedCaps whose value is a collection of types.
Public propertyIsReadOnly
Is capability read only. If it is read only tahe value can't be changed.
Public propertyUnderlyingType
Gets the type of the capability value.
Top
See Also

Reference