Aspose::BarCode::BarCodeRecognition::BarCodeReader::ExportToXml method
BarCodeReader::ExportToXml(System::SharedPtr<System::IO::Stream>) method
Exports BarCode properties to the xml-stream specified.
bool Aspose::BarCode::BarCodeRecognition::BarCodeReader::ExportToXml(System::SharedPtr<System::IO::Stream> xmlStream)
Parameter | Type | Description |
---|---|---|
xmlStream | System::SharedPtr<System::IO::Stream> | The xml-stream for saving |
ReturnValue
Whether or not export completed successfully.
Returns True in case of success; False Otherwise
See Also
- Class BarCodeReader
- Namespace Aspose::BarCode::BarCodeRecognition
- Library Aspose.BarCode for C++
BarCodeReader::ExportToXml(System::String) method
Exports BarCode properties to the xml-file specified.
bool Aspose::BarCode::BarCodeRecognition::BarCodeReader::ExportToXml(System::String xmlFile)
Parameter | Type | Description |
---|---|---|
xmlFile | System::String | The name for the file |
ReturnValue
Whether or not export completed successfully.
Returns True in case of success; False Otherwise
See Also
- Class BarCodeReader
- Namespace Aspose::BarCode::BarCodeRecognition
- Library Aspose.BarCode for C++