Click or drag to resize

DeviceMicrEnabled Property

Gets or sets the CAP_MICRENABLED capability which indicates if the scanner is enabled for MICR check scanning.

Namespace:  Atalasoft.Twain
Assembly:  Atalasoft.DotTwain (in Atalasoft.DotTwain.dll) Version: 11.4.0.9.0.377 (.NET 4.5.2, x86)
Syntax
public bool MicrEnabled { get; set; }

Property Value

Type: Boolean
A value indicating whether MICR check scanning is enabled.
Exceptions
ExceptionCondition
Thrown if the state is less than SourceOpen for getting the value, or is not equal to SourceOpen when setting the value.
See Also