Click or drag to resize

ClearBufferMode Enumeration

These values are used to determine how the device will clear its internal buffer.

Namespace:  Atalasoft.Twain
Assembly:  Atalasoft.DotTwain (in Atalasoft.DotTwain.dll) Version: 11.4.0.9.0.377 (.NET 4.5.2, x86)
Syntax
public enum ClearBufferMode
Members
  Member nameDescription
Auto Causes the Source to automatically clear the buffers when it transitions from state 4 to state 5, or from state 5 to state 4.
Clear Causes the Source to immediately clear its buffers.
NoClear Causes the Source to preserve images in the buffers.
See Also