- mode
- Specifies transfer mode to be checked
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.For an example, refer to Leadtools.Twain.TwainSession.TransferOptions.
Target Platforms: Microsoft .NET Framework 2.0, Windows 2000, Windows XP, Windows Server 2003 family, Windows Server 2008 family, Windows Vista, Windows 7
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