WFDescInfo.SaveBarcode Method
|
This method is used to save the barcode to a file.
Namespace:
Kofax.OmniPageCSDK.IproPlus
Assembly:
Kofax.OmniPageCSDK.IproPlus (in Kofax.OmniPageCSDK.IproPlus.dll) Version: 1.0.0.0
Syntaxpublic void SaveBarcode(
out string FileName
)
Public Sub SaveBarcode (
<OutAttribute> ByRef FileName As String
)
public:
void SaveBarcode(
[InAttribute] [OutAttribute] String^% FileName
)
Parameters
- FileName
- Type: System.String
See Also