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)
ParameterTypeDescription
xmlStreamSystem::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

BarCodeReader::ExportToXml(System::String) method

Exports BarCode properties to the xml-file specified.

bool Aspose::BarCode::BarCodeRecognition::BarCodeReader::ExportToXml(System::String xmlFile)
ParameterTypeDescription
xmlFileSystem::StringThe name for the file

ReturnValue

Whether or not export completed successfully.

Returns True in case of success; False Otherwise

See Also