ReaderExportFoundBarcodesToXMLDocument Method ByteScout Barcode Reader SDK
Exports found barcodes to XML document.

Namespace:  Bytescout.BarCodeReader
Assembly:  Bytescout.BarCodeReader (in Bytescout.BarCodeReader.dll) Version: 12.0.1.2142-master
Syntax

public XmlDocument ExportFoundBarcodesToXMLDocument(
	bool addProcessingInstruction = true
)

Parameters

addProcessingInstruction (Optional)
Type: SystemBoolean

[Missing <param name="addProcessingInstruction"/> documentation for "M:Bytescout.BarCodeReader.Reader.ExportFoundBarcodesToXMLDocument(System.Boolean)"]

Return Value

Type: XmlDocument
XmlDocument containing found barcodes.

Implements

IReaderExportFoundBarcodesToXMLDocument(Boolean)
See Also

Reference