BarcodeGenerator.ExportToXml

ExportToXml(string)

Exports BarCode properties to the xml-file specified

public bool ExportToXml(string xmlFile)
ParameterTypeDescription
xmlFileStringThe name for the file

Return Value

Whether or not export completed successfully.

Returns True in case of success; False Otherwise

See Also


ExportToXml(Stream)

Exports BarCode properties to the xml-stream specified

public bool ExportToXml(Stream xml)
ParameterTypeDescription
xmlStreamThe xml-stream

Return Value

Whether or not export completed successfully.

Returns True in case of success; False Otherwise

See Also