Leadtools TWAIN (Leadtools.Twain assembly)
LEAD Technologies, Inc

MaximumTransferCount Property






Gets or sets the maximum number of images that can be transferred from the current TWAIN source.
Syntax
public int MaximumTransferCount {get; set;}
'Declaration
 
Public Property MaximumTransferCount As Integer
'Usage
 
Dim instance As TwainSession
Dim value As Integer
 
instance.MaximumTransferCount = value
 
value = instance.MaximumTransferCount
public int MaximumTransferCount {get; set;}
 get_MaximumTransferCount();
set_MaximumTransferCount(value);
public:
property int MaximumTransferCount {
   int get();
   void set (    int value);
}

Property Value

The maximum number of images that can be transferred from the current TWAIN source.
Remarks
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).
Example
For an example, refer to EnableDuplexScanning.
Requirements

Target Platforms: Windows 7, Windows Vista SP1 or later, Windows XP SP3, Windows Server 2008 (Server Core not supported), Windows Server 2008 R2 (Server Core supported with SP1 or later), Windows Server 2003 SP2

See Also

Reference

TwainSession Class
TwainSession 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

 

 


Products | Support | Contact Us | Copyright Notices

© 2006-2012 All Rights Reserved. LEAD Technologies, Inc.