Click or drag to resize

DeviceClearBuffers Method

This lets you choose how the device should handle its buffer clearing procedure.

Namespace:  Atalasoft.Twain
Assembly:  Atalasoft.DotTwain (in Atalasoft.DotTwain.dll) Version: 11.4.0.9.0.377 (.NET 4.5.2, x86)
Syntax
public void ClearBuffers(
	ClearBufferMode mode
)

Parameters

mode
Type: Atalasoft.TwainClearBufferMode
The clear mode to use.
Exceptions
ExceptionCondition
Thrown if a connection to the device is not open.
Remarks
This only has affect on devices with internal memory buffers.
See Also