ReaderExportFoundBarcodesToXMLDocument Method
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 XML document.
Namespace:Bytescout.BarCodeReaderAssembly: 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: XmlDocumentXmlDocument containing found barcodes.
Implements
IReaderExportFoundBarcodesToXMLDocument(Boolean)See Also