Click or drag to resize

AutoDiscardMode Enumeration

Used with AutoDiscardBlankPages to enable or disable this feature in the driver.

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 AutoDiscardMode
Members
  Member nameDescription
Disabled Turns off this feature.
Auto Turns on this feature and allows the driver to decide if the page is blank or not.
Remarks
In addition to these settings, a value from 0 to 2147483647 can be used to determine the byte size cutoff point to identify which images are to be discarded.
See Also