ImportFromXml

ImportFromXml(string)

从指定的 xml 文件导入 BarCode 属性并将它们应用到当前 BarCodeReader 实例。

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

返回值

退货 真的在成功的情况下;

错误的否则

也可以看看


ImportFromXml(Stream)

从指定的 xml 流导入 BarCode 属性并将它们应用到当前 BarCodeReader 实例。

public static BarCodeReader ImportFromXml(Stream xmlStream)
范围类型描述
xmlStreamStream用于加载的 xml-stream

返回值

退货 真的在成功的情况下;

错误的否则

也可以看看