Device.MicrEnabled 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.5.0.0.0.156 (.NET 4.6.2, x86)
Syntax public bool MicrEnabled { get; set; }
Public Property MicrEnabled As Boolean
Get
Set
Property Value
Type:
Boolean A value indicating whether MICR check scanning is enabled.
Exceptions Exception | Condition |
---|
| Thrown if the state is less than SourceOpen for getting the value, or is not equal to SourceOpen when
setting the value. |
See Also