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: 2026.2.0.0.42 (.NET 4.6.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