Visual Basic (Declaration) | |
---|---|
Public Function IsTransferModeAvailable( _ ByVal mode As TwainTransferMode _ ) As Boolean |
Visual Basic (Usage) | Copy Code |
---|---|
|
C# | |
---|---|
public bool IsTransferModeAvailable( TwainTransferMode mode ) |
Managed Extensions for 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.For an example, refer to TransferOptions.
Target Platforms: Microsoft .NET Framework 2.0, Windows 98, Windows NT 4.0, Windows Millennium Edition, Windows 2000, Windows XP Home Edition, Windows XP Professional, Windows Server 2003 family
Reference
TwainSession ClassTwainSession 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