BarCodeReader.ImportFromXml

ImportFromXml(string)

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

public static BarCodeReader ImportFromXml(string xmlFile)
ParameterTypeDescription
xmlFileStringThe name for the file

Return Value

Returns True in case of success;

False Otherwise

See Also


ImportFromXml(Stream)

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

public static BarCodeReader ImportFromXml(Stream xmlStream)
ParameterTypeDescription
xmlStreamStreamThe xml-stream for loading

Return Value

Returns True in case of success;

False Otherwise

See Also