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 20.0.2020.3.31
Products | Support | Contact Us | Intellectual Property Notices
© 1991-2020 LEAD Technologies, Inc. All Rights Reserved.

Leadtools.Twain Assembly