Aspose::BarCode::Generation::BarcodeGenerator::ExportToXml method

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

Exports BarCode properties to the xml-stream specified.

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

ReturnValue

Whether or not export completed successfully.

Returns True in case of success; False Otherwise

See Also

BarcodeGenerator::ExportToXml(System::String) method

Exports BarCode properties to the xml-file specified.

bool Aspose::BarCode::Generation::BarcodeGenerator::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