VintaSoftTwain Control v6.0
VintaSoftTwain Object / Device_XferCount Property
In This Topic
    Device_XferCount Property
    In This Topic
    Description
    Specifies how many images application wants to receive from the device.
    Property type
    Read-write property
    Syntax
    Visual Basic
    Public Property Device_XferCount As Long
    Return Type
    Valid values:
    Value Description
    N Application wants to transfer only N images.
    -1 Application wants to transfer all available images.
    Remarks
    Call this property after Device_Open and before Device_AcquireImage.

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