Leadtools TWAIN (Leadtools.Twain assembly)
LEAD Technologies, Inc

IsTransferModeAvailable Method






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
)
 function Leadtools.Twain.TwainSession.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: Windows 7, Windows Vista SP1 or later, Windows XP SP3, Windows Server 2008 (Server Core not supported), Windows Server 2008 R2 (Server Core supported with SP1 or later), Windows Server 2003 SP2

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-2012 All Rights Reserved. LEAD Technologies, Inc.