Gets or sets flag indicates whether to use the Auto - Feed capability of the selected TWAIN source
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.