Error processing SSI file
Leadtools TWAIN (Leadtools.Twain assembly)

Show in webframe

IsTransferModeAvailable Method






Specifies the transfer mode to be checked
Checks to see if the specific transfer mode is supported by the current TWAIN source.
Syntax
public bool IsTransferModeAvailable( 
   TwainTransferMode mode
)
'Declaration
 
Public Function IsTransferModeAvailable( _
   ByVal mode As TwainTransferMode _
) As Boolean
'Usage
 
Dim instance As TwainSession
Dim mode As TwainTransferMode
Dim value As Boolean
 
value = instance.IsTransferModeAvailable(mode)
public:
bool IsTransferModeAvailable( 
   TwainTransferMode mode
) 

Parameters

mode
Specifies the transfer mode to be checked

Return Value

true if the specific transfer mode is supported; false if the specific transfer mode is not supported.
Example
For an example, refer to TransferOptions.
Requirements

Target Platforms

See Also

Reference

TwainSession Class
TwainSession Members
Startup Method
Shutdown Method
Acquire Method
MaximumTransferCount Property
DuplexScanningMode Property
EnableDuplexScanning Property
AcquirePageOptions Property
ImageEffects Property
ImageBitsPerPixel Property
ImageUnit Property
ImageFrame Property
TransferOptions Property
Resolution Property
ShowProgressIndicator Method

Error processing SSI file