Leadtools TWAIN (Leadtools.Twain assembly) Send comments on this topic. | Back to Introduction - All Topics | Help Version 17.0.3.30
MaximumTransferCount Property
See Also 
Leadtools.Twain Namespace > TwainSession Class : MaximumTransferCount Property



Gets or sets the maximum number of images that can be transferred from the current TWAIN source.

Syntax

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;}
C++/CLI 
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.

Example

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).

Requirements

Target Platforms: Microsoft .NET Framework 2.0, Windows 2000, Windows XP, Windows Server 2003 family, Windows Server 2008 family, Windows Vista, Windows 7

See Also