EnableAutoFeed property (ILEADRasterTwain)
VARIANT_BOOL EnableAutoFeed | |
Overview |
Refer to Getting and Setting Capabilities |
Remarks
Enables or disables the use of Auto-Feed capability of the selected TWAIN source. Possible values are:
Setting |
Description |
TRUE |
Enables the Auto-Feed capability usage. |
FALSE |
Disables the Auto-Feed capability usage. |
To update this property with the current value, call the GetProperties method.
To set the EnableAutoFeed value to the TWAIN driver, assign a new value to this property and call the SetProperties method.
See Also