←Select platform

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 http://www.twain.org and click TWAIN Specification (Version 2.0).

Example

For an example, refer to EnableDuplexScanning.

Requirements

Target Platforms

Help Version 19.0.2017.10.27
Products | Support | Contact Us | Copyright Notices
© 1991-2017 LEAD Technologies, Inc. All Rights Reserved.

Leadtools.Twain Assembly