BarcodeGenerator.ImportFromXml

ImportFromXml(string)

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

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

Return Value

BarcodeGenerator instance

See Also


ImportFromXml(Stream)

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

public static BarcodeGenerator ImportFromXml(Stream xml)
ParameterTypeDescription
xmlStreamThe xml-stream

Return Value

BarcodeGenerator instance

See Also