VintaSoftTwain Control v6.0
VintaSoftTwain Object / Device_ClearBuffers Method
Specifies how device buffers must be cleared.

Valid values:
Value Description
0 Clear the device buffer when device state is changing from Enabled state to the Open state.
1 Clear the device buffer immediately.
2 Do not clear the device buffer when device state is changing from Enabled state to the Open state.
In This Topic
    Device_ClearBuffers Method
    In This Topic
    Description
    Clears the device buffers according to the specified mode.
    Syntax
    Visual Basic
    Public Function Device_ClearBuffers( _
       ByVal clearBufferMode As Integer _
    ) As Boolean
    Parameters
    clearBufferMode
    Specifies how device buffers must be cleared.

    Valid values:
    Value Description
    0 Clear the device buffer when device state is changing from Enabled state to the Open state.
    1 Clear the device buffer immediately.
    2 Do not clear the device buffer when device state is changing from Enabled state to the Open state.
    Return Type
    TRUE (1) if method is executed successfully, FALSE (0) otherwise.
    See Also