Leadtools TWAIN (Leadtools.Twain assembly)
LEAD Technologies, Inc

EnableAutoFeed Property






Gets or sets flag indicates whether to use the Auto - Feed capability of the selected TWAIN source
Syntax
public bool EnableAutoFeed {get; set;}
'Declaration
 
Public Property EnableAutoFeed As Boolean
'Usage
 
Dim instance As TwainProperties
Dim value As Boolean
 
instance.EnableAutoFeed = value
 
value = instance.EnableAutoFeed
public bool EnableAutoFeed {get; set;}
 get_EnableAutoFeed();
set_EnableAutoFeed(value);
public:
property bool EnableAutoFeed {
   bool get();
   void set (    bool value);
}

Property Value

Flag indicates whether to use the Auto - Feed capability of the selected TWAIN source. Possible values are: true: use the Auto - Feed capability, false: do not use the Auto - Feed capability.
Example
Refer to ImageResolution example.
Requirements

Target Platforms: Windows 7, Windows Vista SP1 or later, Windows XP SP3, Windows Server 2008 (Server Core not supported), Windows Server 2008 R2 (Server Core supported with SP1 or later), Windows Server 2003 SP2

See Also

Reference

TwainProperties Structure
TwainProperties Members

 

 


Products | Support | Contact Us | Copyright Notices

© 2006-2012 All Rights Reserved. LEAD Technologies, Inc.