VintaSoftTwain Control v6.0
VintaSoftTwain Object / Device_Feeder_DuplexEnabled Property
In This Topic
    Device_Feeder_DuplexEnabled Property
    In This Topic
    Description
    Gets or sets a value indicating whether the duplex feature of document feeder is enabled.
    Property type
    Read-write property
    Syntax
    Visual Basic
    Public Property Device_Feeder_DuplexEnabled As Boolean
    Return Type
    TRUE enables and FALSE disables duplex support.
    Remarks
    Call this property after Device_Open method and only if Device_Feeder_DuplexMode <> enumDevice_Feeder_DuplexMode.NoDuplex.

    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