Gets the
TwainBarCode object used to control barcode features of the device.
Namespace:
Atalasoft.Twain
Assembly:
Atalasoft.DotTwain (in Atalasoft.DotTwain.dll) Version: 11.5.0.0.0.156 (.NET 4.6.2, x86)
Syntax public TwainBarCode BarCode { get; }
Public ReadOnly Property BarCode As TwainBarCode
Get
Property Value
Type:
TwainBarCode A
TwainBarCode object.
Remarks The
DetectionEnabled property should be set to true before accessing any
barcode features.
See Also