BarcodeGenerator.ImportFromXml
ImportFromXml(string)
Imports BarCode properties from the xml-file specified and creates BarcodeGenerator instance.
public static BarcodeGenerator ImportFromXml(string xmlFile)
Parameter | Type | Description |
---|---|---|
xmlFile | String | The name for the file |
Return Value
BarcodeGenerator instance
See Also
- class BarcodeGenerator
- namespace Aspose.BarCode.Generation
- assembly Aspose.BarCode
ImportFromXml(Stream)
Imports BarCode properties from the xml-stream specified and creates BarcodeGenerator instance.
public static BarcodeGenerator ImportFromXml(Stream xml)
Parameter | Type | Description |
---|---|---|
xml | Stream | The xml-stream |
Return Value
BarcodeGenerator instance
See Also
- class BarcodeGenerator
- namespace Aspose.BarCode.Generation
- assembly Aspose.BarCode