Link Search Menu Expand Document

IReaderExportFoundBarcodesToTXT Method (String, Boolean, Encoding)

Exports found barcodes to plain text file (TXT).

Namespace:Bytescout.BarCodeReader
Assembly: Bytescout.BarCodeReader (in Bytescout.BarCodeReader.dll) Version: 12.0.1.2142-master
Syntax
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.
See Also

Reference