Click or drag to resize

DeviceGetQueryOperations Method

Returns the operations supported for a specific capability.

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

Parameters

capability
Type: Atalasoft.TwainDeviceCapability
The capability to test.

Return Value

Type: QueryOperation
A QueryOperation value for all supported operations.
See Also