Click or drag to resize

TwainImageLayoutIsSupportedCommand 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
public bool IsSupportedCommand(
	TwainTriplet command
)

Parameters

command
Type: Atalasoft.TwainTwainTriplet
A TwainTriplet that will be sent to SendCommand.

Return Value

Type: Boolean
True if the TwainTriplet is ImageLayoutGet, ImageLayoutGetDefault, ImageLayoutReset or ImageLayoutSet.

Implements

ITwainDataStructureIsSupportedCommand(TwainTriplet)
See Also