MaximumTransferCount Property

Summary
Gets or sets the maximum number of images that can be transferred from the current TWAIN source.
Syntax
C#
VB
C++
public int MaximumTransferCount { get; set; } 
Public Property MaximumTransferCount As Integer 
public: 
property int MaximumTransferCount { 
   int get(); 
   void set (    int ); 
} 

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 the TWAIN specification.

Example

For an example, refer to EnableDuplexScanning.

Requirements

Target Platforms

Help Version 21.0.2021.6.30
Products | Support | Contact Us | Intellectual Property Notices
© 1991-2021 LEAD Technologies, Inc. All Rights Reserved.

Leadtools.Twain Assembly

Products | Support | Contact Us | Intellectual Property Notices
© 1991-2021 LEAD Technologies, Inc. All Rights Reserved.