VintaSoftTwain Control v6.0
VintaSoftTwain Object / Device_DisableAfterAcquire Property
In This Topic
    Device_DisableAfterAcquire Property
    In This Topic
    Description
    Gets or sets a value indicating whether device must be disabled after acquisition of images.
    Property type
    Read-write property
    Syntax
    Visual Basic
    Public Property Device_DisableAfterAcquire As Boolean
    Return Type
    True - disable the device after image acquisition, False - do not disable the device after image acquisition. Default value is False.
    Remarks
    Device_Disable method is automatically called after image acquisition if value of this property is set to True.
    See Also