Gets an indicator if the specified capability is supported for the specified device.
Namespace: TwainScanning.Bridgex86
Assembly: TwainScanning (in TwainScanning.dll) Version: 1.3.4.0 (1.3.4.0)
Syntax
public static ResultBool GetIsSupportedCapability( string capabilityName, string deviceName = "" )
Parameters
- capabilityName
- Type: SystemString
The capability to check (can also be an alias). - deviceName (Optional)
- Type: SystemString
The device to use, if omitted default device will be used.
Return Value
Type: ResultBoolSee Also