Error processing SSI file
Leadtools TWAIN (Leadtools.Twain assembly)

Show in webframe

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

Error processing SSI file