ReaderExportFoundBarcodesToTXT Method (String, Boolean, Encoding)ByteScout Barcode Reader SDK
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

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

Reference