Click or drag to resize

ITwainDataStructureIsSupportedCommand Method

Returns a value indicating whether the implementing class supports a specific TwainTriplet command.

Namespace:  Atalasoft.Twain
Assembly:  Atalasoft.DotTwain (in Atalasoft.DotTwain.dll) Version: 11.4.0.9.0.377 (.NET 4.5.2, x86)
Syntax
bool IsSupportedCommand(
	TwainTriplet command
)

Parameters

command
Type: Atalasoft.TwainTwainTriplet
A TwainTriplet that will be sent to SendCommand(TwainTriplet, TwainIdentity, ITwainDataStructure).

Return Value

Type: Boolean
True if the TwainTriplet is supported by the implementing class.
Examples
ITwainDataStructure Interface
See Also