ImportFromXml

ImportFromXml(string)

从指定的 xml 文件导入 BarCode 属性并创建 BarcodeGenerator 实例。

public static BarcodeGenerator ImportFromXml(string xmlFile)
范围类型描述
xmlFileString文件名

返回值

条码生成器实例

也可以看看


ImportFromXml(Stream)

从指定的 xml 流导入 BarCode 属性并创建 BarcodeGenerator 实例。

public static BarcodeGenerator ImportFromXml(Stream xml)
范围类型描述
xmlStreamxml 流

返回值

条码生成器实例

也可以看看