VintaSoftTwain Control v6.0
VintaSoftTwain Object / Device_Feeder_AutoFeed Property
In This Topic
    Device_Feeder_AutoFeed Property
    In This Topic
    Description
    Gets or sets a value indicating whether the auto feed feature of document feeder is enabled.
    Property type
    Read-write property
    Syntax
    Visual Basic
    Public Property Device_Feeder_AutoFeed As Boolean
    Return Type
    TRUE (1) enables and FALSE (0) disables the automatic document feeder.
    Remarks
    Call this property after Device_Open and before Device_AcquireImage.

    This property has effect only if feeder is enabled (Device_Feeder_Enabled=True).

    Information about error that occurs during getting/setting property value can be get using the Error and ErrorString properties.
    Example
    Please see example here.
    See Also