Click or drag to resize

DeviceGetSupportedExtendedCapabilities Method

Returns the extended capabilities supported by the device.

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[] GetSupportedExtendedCapabilities()

Return Value

Type: DeviceCapability
An array of DeviceCapabilities the device will allow.
Exceptions
ExceptionCondition
Thrown if a connection to the device is not open.
Thrown if there is a Twain error during processing.
Remarks
Extended capabilities are used in the SourceEnabled and ReadyToTransfer states.
See Also