Leadtools TWAIN (Leadtools.Twain assembly)

IsTransferModeAvailable Method

Show in webframe





Specifies transfer mode to be checked
Check if the specific transfer mode is supported in 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 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

 

 


Products | Support | Contact Us | Copyright Notices
© 2006-2014 All Rights Reserved. LEAD Technologies, Inc.