Leadtools TWAIN (Leadtools.Twain assembly) Send comments on this topic. | Back to Introduction - All Topics | Help Version 17.0.3.30
IsTransferModeAvailable Method
See Also 
Leadtools.Twain Namespace > TwainSession Class : IsTransferModeAvailable Method



mode
Specifies transfer mode to be checked
mode
Specifies transfer mode to be checked
Check if the specific transfer mode is supported in the current Twain source.

Syntax

Visual Basic (Declaration) 
Public Function IsTransferModeAvailable( _
   ByVal mode As TwainTransferMode _
) As Boolean
Visual Basic (Usage)Copy Code
Dim instance As TwainSession
Dim mode As TwainTransferMode
Dim value As Boolean
 
value = instance.IsTransferModeAvailable(mode)
C# 
public bool IsTransferModeAvailable( 
   TwainTransferMode mode
)
C++/CLI 
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

Requirements

Target Platforms: Microsoft .NET Framework 2.0, Windows 2000, Windows XP, Windows Server 2003 family, Windows Server 2008 family, Windows Vista, Windows 7

See Also