Click or drag to resize

DeviceGetSupportedCapabilities Method

Returns a list of all the capabilities for which the Source will answer inquiries.

Namespace:  Atalasoft.Twain
Assembly:  Atalasoft.DotTwain (in Atalasoft.DotTwain.dll) Version: 11.4.0.9.0.377 (.NET 4.5.2, x86)
Syntax
public DeviceCapability[] GetSupportedCapabilities()

Return Value

Type: DeviceCapability
An array of DeviceCapability values.
Exceptions
ExceptionCondition
Thrown if a connection to the device is not open.
Thrown if there is a Twain error during processing.
Remarks
This does not indicate which capabilities the Source will allow to be set by the application. Some capabilities can only be set if certain setup work has been done, so the Source cannot globally answer which capabilities are set-able.
See Also