Leadtools TWAIN (Leadtools.Twain assembly)

EnableAutoFeed Property

Show in webframe





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:
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

See Also

Reference

TwainProperties Structure
TwainProperties Members

 

 


Products | Support | Contact Us | Copyright Notices
© 2006-2014 All Rights Reserved. LEAD Technologies, Inc.