Click or drag to resize

TwainControllerResetCapability Method

Resets a single capability to its startup value.

Namespace:  Atalasoft.Twain
Assembly:  Atalasoft.DotTwain (in Atalasoft.DotTwain.dll) Version: 11.4.0.9.0.377 (.NET 4.5.2, x86)
Syntax
public TwainReturnCode ResetCapability(
	DeviceCapability capability
)

Parameters

capability
Type: Atalasoft.TwainDeviceCapability
The capability to reset.

Return Value

Type: TwainReturnCode
The code returned by the driver.
Remarks
Not all capabilities can be reset.
See Also