Visual Basic (Declaration) | |
---|---|
Public Property MaximumTransferCount As Integer |
Visual Basic (Usage) | Copy Code |
---|---|
Dim instance As TwainSession Dim value As Integer instance.MaximumTransferCount = value value = instance.MaximumTransferCount |
C# | |
---|---|
public int MaximumTransferCount {get; set;} |
Property Value
The maximum number of images that can be transferred from the current TWAIN source.For an example, refer to Leadtools.Twain.TwainSession.EnableDuplexScanning.
This property internally gets or sets the maximum transfer count capability CAP_XFERCOUNT. For more information on this capability, refer to http://www.twain.org and click on TWAIN Specification (Version 2.0).
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
DuplexScanningMode Property
EnableDuplexScanning Property
AcquirePageOptions Property
ImageEffects Property
ImageBitsPerPixel Property
ImageUnit Property
ImageFrame Property
IsTransferModeAvailable Method
TransferOptions Property
ShowProgressIndicator Method