Click or drag to resize

DeviceSetExtendedCapabilities Method

Sets the extended capabilities your application needs to negotiate during states 5 and 6 of a Twain session.

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

Parameters

caps
Type: Atalasoft.TwainDeviceCapability
Device capabilities the application needs to use during states 5 (SourceEnabled) and 6 (ReadyToTransfer).
Exceptions
ExceptionCondition
Thrown if a connection to the device is not open.
Thrown if there is an error during processing.
Remarks
See Also