Aspose::BarCode::Generation::BarcodeGenerator::ImportFromXml method

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

Imports BarCode properties from the xml-stream specified and creates BarcodeGenerator instance.

static System::SharedPtr<BarcodeGenerator> Aspose::BarCode::Generation::BarcodeGenerator::ImportFromXml(System::SharedPtr<System::IO::Stream> xml)
ParameterTypeDescription
xmlSystem::SharedPtr<System::IO::Stream>The xml-stream

ReturnValue

BarcodeGenerator instance

See Also

BarcodeGenerator::ImportFromXml(System::String) method

Imports BarCode properties from the xml-file specified and creates BarcodeGenerator instance.

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

ReturnValue

BarcodeGenerator instance

See Also