Aspose::BarCode::BarCodeRecognition::BarCodeReader::ImportFromXml method

BarCodeReader::ImportFromXml(System::SharedPtr<System::IO::Stream>) method

Imports BarCode properties from the xml-stream specified and applies them to the current BarCodeReader instance.

static System::SharedPtr<BarCodeReader> Aspose::BarCode::BarCodeRecognition::BarCodeReader::ImportFromXml(System::SharedPtr<System::IO::Stream> xmlStream)
ParameterTypeDescription
xmlStreamSystem::SharedPtr<System::IO::Stream>The xml-stream for loading

ReturnValue

Returns True in case of success;

False Otherwise

See Also

BarCodeReader::ImportFromXml(System::String) method

Imports BarCode properties from the xml-file specified and applies them to the current BarCodeReader instance.

static System::SharedPtr<BarCodeReader> Aspose::BarCode::BarCodeRecognition::BarCodeReader::ImportFromXml(System::String xmlFile)
ParameterTypeDescription
xmlFileSystem::StringThe name for the file

ReturnValue

Returns True in case of success;

False Otherwise

See Also