Link Search Menu Expand Document

ReaderExportFoundBarcodesToCSV Method (String)

Exports found barcodes to CSV file with default delimiter (,) and quotation (") symbols.

Namespace:Bytescout.BarCodeReader
Assembly: Bytescout.BarCodeReader (in Bytescout.BarCodeReader.dll) Version: 12.0.1.2142-master
Syntax
public void ExportFoundBarcodesToCSV(
	string fileName
)

Parameters

fileName
Type: SystemString
Output CSV file name.

Implements

IReaderExportFoundBarcodesToCSV(String)
See Also

Reference