ReaderExportFoundBarcodesToTXT Method (String, Boolean, Encoding)
Free Trial Web API version Licensing Request A Quote
HAVE QUESTIONS OR NEED HELP?SUBMIT THE SUPPORT REQUEST FORM or write email toSUPPORT@BYTESCOUT.COM
Exports found barcodes to plain text file (TXT).
Namespace:Bytescout.BarCodeReaderAssembly: Bytescout.BarCodeReader (in Bytescout.BarCodeReader.dll) Version: 12.0.1.2142-master
Syntax
public void ExportFoundBarcodesToTXT( string fileName, bool onlyValues = false, Encoding encoding = null )
Parameters
- fileName
- Type: SystemString
Output TXT file name. - onlyValues (Optional)
- Type: SystemBoolean
Whether to export only barcode values. - encoding (Optional)
- Type: System.TextEncoding
Characters encoding. Default is UTF-8.
Implements
IReaderExportFoundBarcodesToTXT(String, Boolean, Encoding)See Also