Click or drag to resize

TwainFileSystemIsSupportedCommand 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.5.0.5.0.230 (.NET 4.6.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 FileSystemAutomaticCaptureDirectory, FileSystemChangeDirectory, FileSystemCopy, FileSystemCreateDirectory, FileSystemDelete, FileSystemFormatMedia, FileSystemGetClose, FileSystemGetFirstFile, FileSystemGetInfo, FileSystemGetNextFile or FileSystemRename.

Implements

ITwainDataStructureIsSupportedCommand(TwainTriplet)
See Also