IsTransferModeAvailable Method

Summary

Checks to see if the specific transfer mode is supported by the current TWAIN source.

Syntax
C#
VB
C++
public bool IsTransferModeAvailable( 
   TwainTransferMode mode 
) 
Public Function IsTransferModeAvailable( _ 
   ByVal mode As TwainTransferMode _ 
) As Boolean 
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

Help Version 20.0.2020.3.31
Products | Support | Contact Us | Intellectual Property Notices
© 1991-2020 LEAD Technologies, Inc. All Rights Reserved.

Leadtools.Twain Assembly