BarCodeReader.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 xmlStream)
ParameterTypeDescription
xmlStreamStreamThe xml-stream for saving

Return Value

Whether or not export completed successfully.

Returns True in case of success; False Otherwise

See Also