ExportToXml
BarCodeReader.ExportToXml method (1 of 2)
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
BarCodeReader.ExportToXml method (2 of 2)
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