Click or drag to resize

DevicePatchCode Property

Gets the TwainBarCode object used to control patchcode features of the device.

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

Property Value

Type: TwainBarCode
A TwainBarCode object.
Remarks
The DetectionEnabled property should be set to true before accessing any patchcode features.
See Also