Visual Basic (Declaration) | |
---|---|
Public Property MaximumTransferCount As Integer |
Visual Basic (Usage) | Copy Code |
---|---|
|
C# | |
---|---|
public int MaximumTransferCount {get; set;} |
Managed Extensions for C++ | |
---|---|
public: __property int get_MaximumTransferCount(); public: __property void set_MaximumTransferCount( int value ); |
Return Value
The maximum number of images that can be transferred from the current TWAIN source.For an example, refer to EnableDuplexScanning.
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 1.9).
Target Platforms: Microsoft .NET Framework 2.0, Windows 98, Windows NT 4.0, Windows Millennium Edition, Windows 2000, Windows XP Home Edition, Windows XP Professional, Windows Server 2003 family
Reference
TwainSession ClassTwainSession 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