WFDescInfo.BarcodeCompatible Property
|
This property returns true if the workflow is barcode-compatible (that is, it can scan or load a barcode, then save it at the end of the process).
Namespace:
Kofax.OmniPageCSDK.IproPlus
Assembly:
Kofax.OmniPageCSDK.IproPlus (in Kofax.OmniPageCSDK.IproPlus.dll) Version: 1.0.0.0
Syntaxpublic bool BarcodeCompatible { get; }
Public ReadOnly Property BarcodeCompatible As Boolean
Get
public:
property bool BarcodeCompatible {
bool get ();
}
Property Value
Type:
Boolean
See Also