BarCodeReader.ExportToXml
ExportToXml(string)
Exports BarCode properties to the xml-file specified
public bool ExportToXml(string xmlFile)
| Parameter | Type | Description | 
|---|---|---|
| xmlFile | String | The name for the file | 
Return Value
Whether or not export completed successfully.
Returns True in case of success; False Otherwise
See Also
- class BarCodeReader
 - namespace Aspose.BarCode.BarCodeRecognition
 - assembly Aspose.BarCode
 
ExportToXml(Stream)
Exports BarCode properties to the xml-stream specified
public bool ExportToXml(Stream xmlStream)
| Parameter | Type | Description | 
|---|---|---|
| xmlStream | Stream | The xml-stream for saving | 
Return Value
Whether or not export completed successfully.
Returns True in case of success; False Otherwise
See Also
- class BarCodeReader
 - namespace Aspose.BarCode.BarCodeRecognition
 - assembly Aspose.BarCode