ExportToXml
ExportToXml(string)
将条形码属性导出到指定的 xml 文件
public bool ExportToXml(string xmlFile)
范围 | 类型 | 描述 |
---|---|---|
xmlFile | String | 文件名 |
返回值
导出是否成功完成。
退货 真的在成功的情况下; 错误的否则
也可以看看
- class BarCodeReader
- 命名空间 Aspose.BarCode.BarCodeRecognition
- 部件 Aspose.BarCode
ExportToXml(Stream)
将条形码属性导出到指定的 xml 流
public bool ExportToXml(Stream xmlStream)
范围 | 类型 | 描述 |
---|---|---|
xmlStream | Stream | 用于保存的 xml-stream |
返回值
导出是否成功完成。
退货 真的在成功的情况下; 错误的否则
也可以看看
- class BarCodeReader
- 命名空间 Aspose.BarCode.BarCodeRecognition
- 部件 Aspose.BarCode